for(int i=1; i<=10; i++)
{
System.out.println(i);
}
GIVE THE OUTPUT :
Answers
Answered by
3
Answer:
1
2
3
4
5
6
7
8
9
10
Explanation:
Similar questions