Computer Science, asked by mahakaal15, 3 months ago

write a program to input two numbers and calculate their differences​

Answers

Answered by haribhati128
1

Answer:

In this program, user is asked to enter two integers. These two integers are stored in variables firstNumber and secondNumber respectively. Then, the variables firstNumber and secondNumber are added using + operator and stored in sumOfTwoNumbers variable. Finally, sumOfTwoNumbers is displayed on the screen.

Similar questions