Write an algorithm to display the sum of two numbers entered by user, using both pseudocode and
flowchart.
Answers
Answered by
3
Answer:
Algorithm to add two numbers entered by the user Step 1: Start Step 2: Declare variables num1, num2 and sum. ...
Find the largest number among three different numbers Step 1: Start Step 2: Declare variables a,b and c. ...
Factorial of a number entered by the user.
Similar questions