+ 1
this is code is confusing please help
/** * */ public class peck { /** * */ static public void main(String[] args) { int m=2; int n=15; for(int i=1;i<5;i++) m++;--n; System.out.println("m= "+m); System.out.println("n= "+n); } } out put is m= 6 n= 14
4 ответов
+ 3
can you please explain in detail
\
+ 2
https://code.sololearn.com/cy9CFcO9shFU/?ref=app
The same code ordered ;-)
+ 2
Increase m and decrease n 4 times and show result
+ 1
what do you need exactly to explain?