Read the given program snippet:
for(int j = 1;j<=5; j++)
{ System.out.print(j+” “ );
}
Answer the following questions:
i) How mnay times the given loop will iterate?
ii) What is the final value of j on termination of the loop?
ii) What is the output of the above loop.
no wrong answeres
Answers
Answered by
7
Similar questions