Computer Science, asked by jothir012, 8 months ago

1) Many variables can be initialized in a for loop using

a) semicolon
b)full stop
c) colon

Answers

Answered by siri228088
0

Answer:

Initializing multiple variables : In Java, multiple variables can be initialized in initialization block of for loop regardless of whether you use it in the loop or not. In the above code, there is simple variation in the for loop. Two variables are declared and initialized in the initialization block.

Explanation:

follow me and mark my answers as brainliest

Similar questions