0

two condition

how to use if; the number must between 0 and 100

24th Jun 2016, 10:19 AM
Si Thu Lynn
Si Thu Lynn - avatar
1 Réponse
+ 3
if (x >= 0 && x <= 100) { //your code here }
24th Jun 2016, 10:32 AM
Kirill