Question: (5 points each) Write the necessary lines of code to call the following methods that are part of the School object and store any results

(5 points each) Write the necessary lines of code to call the following methods that are part of the School object and store any results based on their signatures. 4. a. Schoolfint schoolID) Note: This is the constructor for the School class. You may use the object you construct here as required for the following questions. b. intl] getGrades0 c. void pingBell0 d. double etAverage(String subject) e. Stringl] getPrintQueue(int maxLength) (5 points) All of the method calls in 4b - e are currently non-static. If the methods were changed to be static, you would need to change one word in each method call Which word would you change, and what would you change it to? 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
