Computer Science, asked by SonAbhigyan, 2 months ago

Predict the output of given java code

int i;

for(int i=10;i<=80;i+=40)

{

for(j=i;j>=10;j-=10)

{

System.out.print(j +” “);

}

System.out.println();

}​

Answers

Answered by Harshita372138
0

Answer:

Happy Rose day SMS

Similar questions