for (int i= 1; i < = 5; i++)
{
System . out . println(i);
}
Answers
Answered by
1
Answer:
output of the loop will be :
2
3
4
5
6
Similar questions