InterviewSolution
| 1. |
Write a program in java to perform arithmetic operations using switch case |
|
Answer» Answer: Showing results for write a PROGRAM in java to perform arithmetic operations USING SWITCH case Search instead for write a program in java to perform arithmetic operations using swich case write a program in java to perform arithmetic operations using switch case Results in English जावा में एक प्रोग्राम लिखने स्विच मामले का उपयोग कर अंकगणितीय आपरेशनों प्रदर्शन करने के लिए हिन्दी में नतीजे Search Results Featured snippet from the web Java Program to Illustrate the USE of Arithmetic Operators public class Arithmetic_Operators. Scanner s = new Scanner(System. while(true) System. out. println(""); System. out. println("Enter the two NUMBERS to perform operations "); System. out. print("Enter the first number : "); int x = s. nextInt(); System. out. print("Enter the second number : "); |
|