CBSE BOARD X, asked by chriskumar603, 10 months ago

write a Java Program to illustrate the use of all arithmetic operation​

Answers

Answered by Anonymous
10

Answer:

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 : ");

Similar questions