question archive The CIST department of CGTC needs a list of all CIST students who made the President's List this semester, in order to invite them to a recognition banquet

The CIST department of CGTC needs a list of all CIST students who made the President's List this semester, in order to invite them to a recognition banquet

Subject:Computer SciencePrice: Bought3

The CIST department of CGTC needs a list of all CIST students who made the President's List this semester, in order to invite them to a recognition banquet. The program code for CIST students is CIST and the President's List is defined as having at least a 3.75 GPA. You may go a few different routes with this problem - you can use fewer or more lines, as long as your pseudocode will work and return the correct results. Given the following pseudocode, fill in the missing lines of code. See highlighted portions. (Grading: 10 points) class PresidentsListProgram main( ) // declarations string studentName string studentProgram num studentGPA string REQ_MAJOR = "CIST" num REQ_GPA = 3.75 output "Please enter's student's name, major, and GPA: " input studentName, studentProgram, studentGPA a b . output "Student is invited!" endif endif return endClass

pur-new-sol

Purchase A New Answer

Custom new solution created by our subject matter experts

GET A QUOTE