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

User Dmitro
by
8.1k 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.

User Praneybehl
by
8.9k points