InterviewSolution
Saved Bookmarks
| 1. |
State the value of z after the following is executed? char x = 'a;int y=7int z=x+y(java) |
| Answer» STATE the value of z after the following is executed? char x = 'a; INT y=7 int z=x+y (JAVA)EXPLANATION: | |