What is the result of i *= 10; if int i = 2?
2
10
20
How many different sections are there in the parentheses of a for loop?
1
2
3
What statement would you most likely find within the parentheses in the first section of a for loop?
i < 10
i=1
i++
True or False: The method “System.out.print()” does not create a new line?
True
False
What is the result of 10 % 4?
8
2
10
Leave a Reply