Computer Science, asked by roshannx65x, 1 day ago

Wirte algorithm on Arthemetic operations

Answers

Answered by mohakkulkarni1150
0

Answer:

Steps in pseudo:

 

1. Start

2. Enter (assigne) value of the variable (addend) X

3. Enter (assigne) value of the variable (addend) Y

4. Calculate Z (Z = X + Y)

5. Display result of addition, value of Z on the monitor with the message "The sum of X and Y is:"

6. Ask the question "Do you want to re-start the program <Y / N>?" and set value to the response variable ANSWER

7. If the ANSWER is "Yes," go to Step 1

8. If the ANSWER is "No," go to Step 9

9. End

Explanation:

Attachments:
Similar questions