Program to display the natural numbers from 11 to 20 in a single line using for 20. Draw loop?
Answers
Answered by
0
for (int i =11;i<=20;i++)
{
System.out.print(i + " ") ;
}
Answered by
0
Answer:
please mark as brilliant.....
Attachments:
Similar questions