234k views
18 votes
Design an algorithm that will prompt for and receive pairs of numbers from an operator at a terminal and display their sum, product and average on the screen. If the calculated sum is over 200, an asterisk is to be displayed beside the sum. The program is to terminate when a pair of zero values is entered.

User Ernestyno
by
5.6k points

1 Answer

8 votes

Step-by-step explanation:

The Program is written in Python

Design an algorithm that will prompt for and receive pairs of numbers from an operator-example-1
User MyBoon
by
6.5k points