Question: PLEASE INCLUDE IMAGE OF RAPTOR FLOWCHART Objective: Using loops and nested if statements. Assignment: Create a program in Pseudocode. Specification: Write a program using pseudocode
PLEASE INCLUDE IMAGE OF RAPTOR FLOWCHART
Objective: Using loops and nested if statements. Assignment: Create a program in Pseudocode. Specification: Write a program using pseudocode that asks the user for a student name and class grade in percent and then displays the name and letter grade for the student. Make sure the grade input is between 0 and 100. Display an error and ask for a new input of the entry is incorrect. The number of students is 10 and you will use both a for loop, while loop and nested if statements for the program. Use the for-loop structure as outlined in Chapter 5: A for-loop pseudocode example: for (initialize count; conditional statement; count increment) your statements end for Grading scale is as follows: 90 to 100 A 80 to 89 B 70 to 79 C 60 to 69 D 0 to 59 F
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
