wap to print first 10 natural no.s of java
Answers
Answered by
1
Answer:
class a
{
public static void main ()
{
for (int i =1; i<=10; i++)
{
System.out.println( i )
}
}
}
Answered by
0
Answer:
Hope this helps you....
PLEASE MARK ME AS BRAINLIEST.......
Attachments:
Similar questions
History,
5 months ago
History,
5 months ago
Computer Science,
10 months ago
Biology,
10 months ago
Physics,
1 year ago