+ 2
How to stop read code in java? [SLOVED by LeoBeliik]
My code: if (HP == 1) { System.out.println ("for HP you can use only 5, 10, 15, 20") Here I need to stop code, how make it?
2 Respuestas
+ 2
LeoBeliik, woo, thank you, it's really work
0
Twylux , try with break or return statement 🐱