Computer Science, asked by sulbhabhate8, 14 days ago

Answer the following questions.
a. Write any two rules to write a program in java.
printed printinn methods​

Answers

Answered by visalkumar161104
0

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