What will be the output of the following: for ( int a = 1; a<=5; a++) System.out.println ("Java");
Answers
Answered by
3
Answer:
Java
Java
Java
Java
Java
Explanation:
The loop will be executed 5 times.
So Java will be printed 5 times.
Answered by
3
Answer:
Attachments:
Similar questions