Computer Science, asked by papiyadassarkhel, 13 hours ago

write a program in Java to print all the (loop) natural numbers from 35 to 50​

Answers

Answered by Diya73823
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