Computer Science, asked by senguptapriyon, 15 days ago

for (int i= 1; i < = 5; i++)
{
System . out . println(i);
}

Answers

Answered by mdev4640
1

Answer:

output of the loop will be :

2

3

4

5

6

Similar questions