+ 1
What Output
int a=1; int b=a++; int c; int d; c=++b; d=++a; ++c; ++b; a++; System.out.printIn(a+’’ ‘’+b+’’ ‘’+c); https://code.sololearn.com/cXwN5iuU2JkV/?ref=app https://code.sololearn.com/W4N6cxrPMsmf/?ref=app
5 Respuestas
+ 1
than you ver much
0
why c and b is 3 ، can you explain it?? please