InterviewSolution
Saved Bookmarks
| 1. |
Write a program to accept 2 integers and a choice to do the following calculations using switch case : 1 Add 2 Subtract 3 Multiply default: Invalid Choice PLS SOLVE THIS Java PROGRAM |
|
Answer» tion:Write a program to ACCEPT 2 INTEGERS and a choice to do the following calculations using switch case : 1 ADD 2 Subtract 3 Multiply default: INVALID Choice PLS SOLVE THIS Java PROGRAM |
|