As you may guessed i am trying to write a code where the user puts the amount of water that they use and the program should show the price depending on the amount of usage if its less than 10m3 it is multipled by 2.35 it is between 10 and 20 it is multiplied by 3.54 and if it is more than 20 it is multiplied by 4.71.
but somehow when i type 9 it gives me 2 prices it multiplies 1 of them with 2.35 and the other one with 3.54.
My code may look sluggish changed it so much i lost track anymore so sorry :(