write a program in Java to print all the (loop) natural numbers from 35 to 50
Answers
Answered by
1
public class loop
{
public static void main ( )
{
int n = 35;
for(a=n,n<= 50, a++)
{
System.out.println(n);
}
}
}
Mark branilist pls
Similar questions