Checkout
checkout
view
Your Cart Your Cart: item(s)
View Details $1.99 Download Add to Cart

List variables, prompt, and write new program in pseudo-code.

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.

Subject:

Computer Science

Topic:

Other

Posting ID:

54939

OTA ID:

103644

View Details $1.99 Download Add to Cart

Variables, prompts, pseudocode, and flowcharts.

Start Declare Testscore as integer Write "Enter your Test Score and Your Grade will be displayed" INPUT Test score IF TestScore > 90 Write "Your Grade is an A" Else If TestScore > 80 Write "Your Grade is an B" Else If Testscore > 70 Write "Your Grade is an C" Else If TestScore > 60 Write "Your Grade is an D" Else Write "Your Grade is an F" End if 1. List the variables in the program. 2. List the prompts in the program. 3. Show what the PC monitor will display when this program is executed with the following values used: 86, 55, and 100. 4. Write a new program in pseudocode, your problem should input-and calculate the average of five test sco... click for more

Subject:

Computer Science

Topic:

Other

Posting ID:

55199

OTA ID:

103979

View Details $1.99 Download Add to Cart

Variables, prompts, and output.

START Declare TestScore as integer Write "Enter your Test Score and Your Grade will be Displayed" INPUT Test Score If TestScore>90 Write "Your Grade is an A" Else IF TestScore>80 Write "Your Grade is an B" Else IF TestScore>70 Write "Your Grade is an C" Else IF TestScore>60 Write "Your Grade is an D" Else Write "Your Grade is an F" End IF Questions 1. List variables: Declare TestScore as an integer 2. List prompts: INPUT Test Score 3. Show what PC monitor will display when values 86, 55, and 100 are used. "Your Grade is an B" - for 86 "Your Grade is an F"-for 55 "Your Grade is an A"-100 4. Write a new program in pseudo-code, it should input and calculate the ... click for more

Subject:

Computer Science

Topic:

Other

Posting ID:

55377

OTA ID:

103644

View Details $1.99 Download Add to Cart

Variables, output of program

Main module Call Input module Call Calculations module Call Output Module Call Greeting module End Program Input module Declare LastName as a character variable Declare Num as interger Write "Enter your last name" Input LastName Write "Enter the course number" Input Num Return Calculations module Declare NewNum as interger NewNum = 10 * Num Return Greetings module Write "Have a nice day!" Return Output module Write Name, NewNum Return 1. List the varibables: Declare Num as Interger Declare NewNum as Interger 2. Show the output of the screen when the program executes with a value of 200... click for more

Subject:

Computer Science

Topic:

Other

Posting ID:

55458

OTA ID:

103979

View Details $1.99 Download Add to Cart

Variable, prompts, and output of Test Score

This program completes a Loop Until Counter = 10 START Declare Counter, Num as integer Write "Please enter a number" INPUT Num FOR Counter = 0 Step 1 To 10 Write Num * Counter End FOR Write "Enter your Test Score and Your Grade will be Displayed" FOR STOP 1. List variables. Declare Counter, Num as integer 2. List prompts. FOR Counter = 0 Step 1 to 10 3. Show what the PC monitor will display when using the following values: 1 and 8 1 and 80

Subject:

Computer Science

Topic:

Other

Posting ID:

55545

OTA ID:

103644

Page generated in 0.1069 seconds

About Us ·  Contact Us ·  Samples ·  Solutions ·  Legal Terms and Conditions ·  Privacy Policy

©2008 SolutionLibrary.com

Search for Solutions About Us Samples