Computer Science, asked by yashikamithu147, 5 months ago

int i, m=5, n=15;
for(i=1;i<7;i++)
System.out.println(m++ + i );
System.out.println(n-- + i );

Can anyone give the relevant output for this???​

Answers

Answered by adityaprakashbrainer
0

Answer:

pls install some code executor app and run this program ,it will help you.

Similar questions