asked 141k views
5 votes
Given two numbers find their sum, product and average using algorithm and flow chart

asked
User Dmitro
by
8.2k points

1 Answer

1 vote

Final answer:

To find the sum of two numbers, add them together. To find the product, multiply them. To find the average, add them and divide by 2.

Step-by-step explanation:

To find the sum of two numbers, add the two numbers together. For example, if the numbers are 5 and 3, the sum would be 5 + 3 = 8.

To find the product of two numbers, multiply the two numbers together. For example, if the numbers are 5 and 3, the product would be 5 * 3 = 15.

To find the average of two numbers, add the two numbers together and then divide by 2. For example, if the numbers are 5 and 3, the average would be (5 + 3) / 2 = 4.

answered
User Praneybehl
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.