Computer Science, asked by argon85, 5 months ago

Write a program to accept two numbers from the user and display the output EXACTLY as shown below :​​​​​​​
​Menu like format showing the operations
Result showing the sum , product , quotient and remainder

1. SUM ​​: …….
2. PRODUCT ​​: …….
3. QUOTIENT​​: ……
4. REMAINDER​: ……

Answers

Answered by Anonymous
2

Answer:

  1. An amount of (money) I paid the sum of $500. the result of (adding two or more numbers together) The sum of 5 and 7 is 12.
  2. The product of two numbers is the result you get when you multiply them together. So 12 is the product of 3 and 4, 20 is the product of 4 and 5 and so on.
  3. In arithmetic, a quotient is a quantity produced by the division of two numbers. The quotient has widespread use throughout mathematics, and is commonly referred to as the integer part of a division, or as a fraction or a ratio.
  4. In mathematics, the remainder is the amount "left over" after performing some computation. In arithmetic, the remainder is the integer "left over" after dividing one integer by another to produce an integer quotient (integer division).

Are u asking this only??........

Answered by Anonymous
1

In this program, we asked the user to enter two numbers and this program displays the sum of two numbers entered by user.

Alternative to this, we can perform this addition in a single statement without using any variables as follows.

Similar questions