Object Oriented Programming Assignment, UKM, Malaysia A student class has the following properties: Data Member Sample Data ID 2345, 4001 scores 56, 87, 0, 70 grade ‘A’, ‘B’. Methods public int getId()
| University | Universiti Kebangsaan Malaysia (UKM) |
| Subject | Object Oriented Programming |
QUESTION 1
A student class has the following properties: Data Member Sample Data ID 2345, 4001 scores 56, 87, 0, 70 grade ‘A’, ‘B’. Methods public int getId() return the id of student. The default id of the student is 0. public int getScore() return score of a student. The default score is 0. public void setId(int id) set the id of the student. public void setScore(int sc) set the score of a student. public void set grade(char G) set the grade of a student. public char check grade() check the grade based on the score table below Score Grade 76-100 A 60-75 B 45-59 C 35-44 D 20-34 E 0-19 F
1) Write a class definition for the Student class.
2) Write an application :
a) Write a statement to declare and create an object for a student
b) Input all the information.
c) Count the number of students who get E and F and store them in the variable numFail.
d) Loop the process using sentinel controlled loop e) Display numFail.
Recent Solved Questions
- CCS20903: Client Server Computing Assignment, MSU, Malaysia Create a complete web application using Java Servlet and Java Server Pages technologies. Create a Java web application
- Enhancing MIS through Web Application Integration
- Managing Secured Environments, Assignment, MU, Malaysia- Surveys indicate that many workers are reluctant to report unethical practices, including stealing in the workplace
- SBB1074 Immunology, Assignment, MU, Malaysia
- BMFM31115: Financial management Assignment, AIMST University, Malaysia: Interpret standard financial metrics and valuations in order to effectively communicate sound and ethical financial decisions
- CTU101 Fundamentals of Islam Assignment | UITM Malaysia
- Business Strategy Assignment: Strategic Expansion: A Business Outlook
- STA404: Statistics for Business and Social Sciences Assignment, UiTM, Malaysia A study has been made to compare the average amount of sugar content for two brands of energy drinks
- HBET1203 Assignment: Comparing Pronunciation of Selected Words in Text and Reading to Standard British English
- Java Programming Assignment, UniKL, Malaysia The application shall display all the GUI components as illustrated in the figure. Users need to enter details