Write high level and detailed level pseudocode for program t

Write high level and detailed level pseudocode for program that asks the user for his/her GPA, and outputs a certain message depetnding on the following decision table.

Write high level and detailed level pseudocode for program that asks the user for his\\her GPA, and outputs a certain message depending on the following decision table. (Assume that the grade point average is within the range 0.0 through 4.0)

Solution

HI, Friend please find my PSEUDO CODE:


PSEUDOCODE:

printMessageGrade():

1.   gpa <- user_input // taking user input
2. meassgae = \"\" // initializing message with empty string

3.    IF gpa <= 0.99 then do
       message = \"Failed semester\"
   ELSE IF gpa <= 1.99 then do
       message = \"On probation for next semester\"
   ELSE IF gpa <= 2.99 then do
       message = \"OK\"
   ELSE IF gpa <= 3.49 then do
       message = \"Dean\'s list for semester\"
   ELSE IF gpa <= 4.0 then do
       message = \"Higest honors for semester\"
   ELSE do
       message = \"Out of range\"

4. print message

Write high level and detailed level pseudocode for program that asks the user for his/her GPA, and outputs a certain message depetnding on the following decisio

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site