Write a program in Java to illustrate the use of mathematical operators.
No spams!
Fastest and correct answer will be marked as brainliest!
Please help
Answers
Answered by
1
Answer:
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
English,
1 month ago
Computer Science,
1 month ago
Math,
3 months ago
Math,
3 months ago
Chemistry,
10 months ago