*.. 1: Given the following UML diagram. Answer the following questions Gradeskeport - studentID: int // auto increment - studentName: String - academicYear: int // must be between 2000 and 2022 - studentAverage: double - numberofstudenta: int 1/ auto increment + GradesReport (studentName: String, acadenicrear:int, studentAverage: double) +getStudent ID():int +setStudentName (string name) :void *getStudentName (): string +setAcademicYear (int year) :void +getAcademicYear (): int +setStudentAverage (double avg) : void *getStudentAverage (): double *getRank (double average): char *getNumberofstudents ():int +tostring () : String sented' e"ML diagr class Lexch sl- student report is created. .- 2022, rudentID nar e sr ve aefa at be v. e- aumberof den value 0. alue- 0. 2|Page ): Implement the following class methods a getRank (double average) method retums a letter grade as follows: - if the student average is between 90 and 100, it retums A -if the student average is between 80 and 89, it returns B -if the student average between 70 and 79, it returns C Otherwise, the method should return an F. b. The method toStringt) returns a string representation of the GradesReport. Example 1: if the average of Rawad Salch with Id 123456 is 65, the method returns the following string: Grades Report Student Name Rawad Saleh Student ID: 123456 Average: 65 Rank: F Example 2: if the average of Rawad Saleh with Id 123456 is 85, the method returns the following string Grades Report Student Nane: Rawad Saleh Student ID: 123456 Average: 85 Rank: B

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
* Given the following UML diagram. Answer the following questions
GradesReport
- studentID: int // auto increment
- studentName: String
- academicYear: int // must be between 2000 and 2022
- studentAverage: double
- numberofstudenta: int // auto increment
+ GradesReport (studentName:
String, academicYear:int, studentAverage: double)
+getStudent ID():int
+aetStudentName (string name) : void
+getStudentName (): string
+setAcademicYear (int year) :void
+getAcademicYear (): int
+setStudentAverage (double avg) : void
+getStudentAverage (): double
+getRank (double average): char
+getNumberofstudents ():int
+tostring (): String
sented
e'ML diagr
class
tudentID e
. Lesck al
-- sudent report is created
. 2022,
de ac
ne -
e sr . e defa
HMat be v.
c- aumberof den.
Sralue = 0.
2|Page
-): Implement the following class methods
a. getRank (double average) method retums a letter grade as follows:
- if the student average is between 90 and 100, it returns A
if the student average is between 80 and 89, it returns B
-
-if the student average between 70 and 79, it returns C
Otherwise, the method should return an F.
b.
The method toStringt) returns a string representation of the GradesReport.
Example 1: if the average of Rawad Salch with Id 123456 is 65, the method returns the following
string:
Grades Report
Student Name: Rawad Saleh
Student ID: 123456
Average: 65
Rank: F
Example 2: if the average of Rawad Saleh with Id 123456 is 85, the method returns the following
string:
Grades Report
Student Name: Rawad Saleh
Student ID: 123456
Average: 85
Rank: B
Transcribed Image Text:* Given the following UML diagram. Answer the following questions GradesReport - studentID: int // auto increment - studentName: String - academicYear: int // must be between 2000 and 2022 - studentAverage: double - numberofstudenta: int // auto increment + GradesReport (studentName: String, academicYear:int, studentAverage: double) +getStudent ID():int +aetStudentName (string name) : void +getStudentName (): string +setAcademicYear (int year) :void +getAcademicYear (): int +setStudentAverage (double avg) : void +getStudentAverage (): double +getRank (double average): char +getNumberofstudents ():int +tostring (): String sented e'ML diagr class tudentID e . Lesck al -- sudent report is created . 2022, de ac ne - e sr . e defa HMat be v. c- aumberof den. Sralue = 0. 2|Page -): Implement the following class methods a. getRank (double average) method retums a letter grade as follows: - if the student average is between 90 and 100, it returns A if the student average is between 80 and 89, it returns B - -if the student average between 70 and 79, it returns C Otherwise, the method should return an F. b. The method toStringt) returns a string representation of the GradesReport. Example 1: if the average of Rawad Salch with Id 123456 is 65, the method returns the following string: Grades Report Student Name: Rawad Saleh Student ID: 123456 Average: 65 Rank: F Example 2: if the average of Rawad Saleh with Id 123456 is 85, the method returns the following string: Grades Report Student Name: Rawad Saleh Student ID: 123456 Average: 85 Rank: B
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education