Show what the pc monitor will show when the program is


Declare Num1, Num2, and Num3 as integers
Declare Average as real
Write "Welcome to the program. Enter 3 positive numbers",
INPUT Num1, Num2, Num3
Average = (Num1 + Num2 +Num3) / 3
Write "The average of three numbers entered is", Average
Stop

1. List all variable name(s) used in this program

2. List each prompt that is used in this program.

3. Show what the PC monitor will show when the program is executed with the following values used: 27, 12, and 15.

4. Write a new program in pseudo-code, it should input-and calculate the average of 5 numbers entered.

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Show what the pc monitor will show when the program is
Reference No:- TGS01254839

Now Priced at $20 (50% Discount)

Recommended (97%)

Rated (4.9/5)