Question: Define a method calculatePriority ( ) that takes one integer parameter as the project tasks to be completed, and returns the project's priority as an

Define a method calculatePriority() that takes one integer parameter as the project tasks to be completed, and returns the project's priority as an integer. The project's priority is returned as follows:
If a task's count is less than 25, priority is 1.
If a task's count is at least 25 and less than 95, priority is 2.
Otherwise, priority is 3.
Ex: If the input is 20, then the output is:
1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!