Hi guys, I am suppose to write a code to make sure the users input is between 0 and 4000 and also a multiple of 100. How do i do the mulitple of 100 part? So far i have this..
no it can't be == because my code is saying if the input for store1 is not between 0-4000 or is not a multiple of 100 then an error message will be displayed.