Computer Science, asked by rishikeshsingh123457, 11 hours ago

for(int p=78;p>=45;p=p-6)
System.out.print(p++ +" ");​

Answers

Answered by Unlikely
3

Answer:

The output is: 78 73 68 63 58 53 48

Answered by shreyanshpatel450
1

Answer:

78. 68. 58. 48. 38. 28. 18.

Similar questions