Question: We are evaluating a students course load for a semester. Write a static method that has two parameters, number of credits and number of core
We are evaluating a students course load for a semester. Write a static method that has two parameters, number of credits and number of core courses. The method returns a boolean based on whether the course load is acceptable based on the following requirements:
| Number of Credits | Number of Core Courses | |
|---|---|---|
| Unacceptable | ||
| Unacceptable | ||
| Acceptable | 2 or more | |
| Acceptable | 1 or more |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
