InterviewSolution
Saved Bookmarks
| 1. |
Friend can u solve this JAVA program |
| Answer» E!Here's your ANSWER :- switch(op){case "+" : Z = m + n ;case "-" : Z = m - n ;case "*" : Z = m * n ;default : System.out.println("OOPS! Wrong ") ;}Hope it helps. | |