Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a class and make methods for 4,5,6 please 1) Student name 2) Student address a. Street Address b. City c. State d. Zip 3)
Create a class and make methods for 4,5,6 please
1) Student name 2) Student address a. Street Address b. City c. State d. Zip 3) Student ID number 4) The student's average, given the following scheme: a. 4 in-class exams, and 1 final exam (counts twice) = 80% of grade b. Homework/class participation grade = 20% of grade C. BOTH GRADES ARE OUT OF 100 TOTAL POINTS 5) The student's average, given the following alternative scheme: a. 3 in-class exams, and 1 final exam (counts twice) = 50% of grade b. Programming projects = 30% of grade c. Homework/class participation grade = 20% of grade d. ALL GRADES ARE OUT OF 100 TOTAL POINTS 6) Quality points earned, considering the following guidelines: a. 90-100 = 4 points b. 80-89 = 3 points c. 70-79 - 2 points d. 65-69 = 1 point e. < 60 = 0 points
Step by Step Solution
There are 3 Steps involved in it
Step: 1
A class structure designed to incorporate the methods and attributes youve outlined public class Stu...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started