Question: Define a method findResources() that takes two integer parameters as a project's priority and the number of project tasks, and returns the number of people

Define a method findResources() that takes two integer parameters as a project's priority and the number of project tasks, and returns the number of people required for this project as an integer. The number of people is returned as follows: Number of people reauired If priority number is not in the above table, return 1. Ex: If the input is 150 , then the output is: 70
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
