InterviewSolution
Saved Bookmarks
| 1. |
5. Give the output of the following: char a = 'E';int b = 3;System.out.println((char)(a+b+2));=72='Η'='J' |
| Answer» SIR , or whoever U are please study text book or CW . u should not COPY in testExplanation: | |