two condition | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 3
if (x >= 0 && x <= 100) { //your code here }
24th Jun 2016, 10:32 AM
Kirill