0
Please explain this program? I can't understand how what is 1
public class Program { public static void main(String[] args) { int x = 1; do { System.out.println(x); x++; } while(x < 0); } }
2 odpowiedzi
+ 1
Thanks
+ 1
my bad ~ swim ~ didn't read properly