Implement the following algorithm in C# using WFA GUI. Submit source and run window as a zip file in assignment box. startdeclare...
Implement the following algorithm in C# using WFA GUI.
Submit source and run window as a zip file in assignment box.
- start
- declare variables
- print “Enter student first name”
- input studFirstName
- print “Enter student last name”
- input studLastName
- print “Enter score for exam 1”
- input studExam1
- print “Enter score for exam 2”
- input studExam2
- print “Enter score for exam 3”
- input studExam3
- compute studScore = studExam1 + studExam2 + studExam3
- compute studAvg = studScore / 3
- print “Student’s Final Grade”
- if studAvg >= 90 then
- Grade = 'A'
- else if studAvg >=80 then
- Grade = 'B'
- else if studAvg >=70 then
- Grade = 'C'
- else if studAvg >=60 then
- Grade = 'D'
- else
- Grade = 'F'
- endif
- Print Grade
- stop
Create a gradStudent class which Inherits from Student class created earlier.
The gradStudent class should include the following data members:
string bsDegreeName //BS degree name
float bsGPA //BS GPA
string ProgName //Master's program name
Also create two constructors one of which is the default constructor.
Test out your gradStudent class by creating one graduate student object.
12 years ago
5
Answer(1)![blurred-text]()
![]()
Purchase the answer to view it

NOT RATED
- csstudentgradecalculator.zip
Bids(0)
other Questions(10)
- martin writer only
- TAX exam
- What's mass
- n/a
- Global Finance
- 2 3/8+2/5
- Simple Microeconomics questions
- I want a Rhetorical Summaries for these three readings
- Write a job application cover letter for the included job, also complete Communication Strategy Worksheet
- I haven't heard from the original person that was handling this and it's due in the morning!!!