Computer Science, asked by stepenwolf90, 6 months ago

What will be the output of the following: for ( int a = 1; a<=5; a++) System.out.println ("Java");​

Answers

Answered by benabrahambiju
3

Answer:

Java

Java

Java

Java

Java

Explanation:

The loop will be executed 5 times.

So Java will be printed 5 times.

Answered by umraalam32
3

Answer:

the \: answer \: is

Attachments:
Similar questions