InterviewSolution
Saved Bookmarks
| 1. |
What will be the output of the following code. Show the working whererequiredint k= 5, j = 9;k+=k++ - ++j +kSystem.out.println("k="+k);System.out.println("j = "+j);System.out.println(Math.cbrt(Math.abs(-64)); |
|
Answer» xkfsisiiifxjgdkgditdiursirsktsir |
|