Programmer Playground
what will be the output?int a=10;int b=12;System.out.println(++b+" "+a++);
2 years ago | [YT] | 0
Programmer Playground
what will be the output?
int a=10;
int b=12;
System.out.println(++b+" "+a++);
2 years ago | [YT] | 0