InterviewSolution
Saved Bookmarks
| 1. |
Consider the following Java statements. 5;int aint b = 3;int C = 4;C = a + b ;What is the value of c after these linesexecute? |
| Answer» C is the ANSWER MARK me BRAIN LIST | |