i have read it so its not a code for 90 - 100 i need put every if (iChoose == 90) && (iChoose == 91) ...... && (iChoose == 100)
im right ? or it is a code for 90 (-) 100
Note :
the - is not MINUS (SUBTRACTION)
Translate this in C++: if iChoose is greater than or equal to 90 and smaller than or equal to 100 ...