0
Help me please.
__(int x = 0; x < 5; x++) { System.out.println("in a loop"); } What will be in the "__"?
1 Answer
+ 3
hint : in a loop
2nd hint : the keyword for the loop contains a initial statement, condition statement and a increment
__(int x = 0; x < 5; x++) { System.out.println("in a loop"); } What will be in the "__"?