0% found this document useful (0 votes)
10 views2 pages

Algorithm for Sum and Product Calculation

The document outlines an algorithm that provides step-by-step instructions to calculate the sum and product of two given numbers. It includes six steps: starting the process, reading the numbers, calculating the sum and product, printing the results, and stopping the algorithm. This concise algorithm serves as a basic example of problem-solving using structured instructions.

Uploaded by

BRIJESH KR SINGH
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

Algorithm for Sum and Product Calculation

The document outlines an algorithm that provides step-by-step instructions to calculate the sum and product of two given numbers. It includes six steps: starting the process, reading the numbers, calculating the sum and product, printing the results, and stopping the algorithm. This concise algorithm serves as a basic example of problem-solving using structured instructions.

Uploaded by

BRIJESH KR SINGH
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Algorithm

An algorithm presents step by step instructions required to solve


any problem.
Q: - Write the algorithm to find the sum and product of given two
numbers.
Solution:
Algorithm:
1. Start
2. Read a, b
3. Sum a+b
4. Product axb
5. Print Sum, Product
6. Stop

You might also like