two condition | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 3
if (x >= 0 && x <= 100) { //your code here }
24th Jun 2016, 10:32 AM
Kirill