Question: plz solve it 3. write pseudocode that determines whether the input (n) is composite composite, then your functions should return true. If n is prime,

plz solve it
3. write pseudocode that determines whether the input (n) is composite composite, then your functions should return true. If n is prime, then your function should return false. You may assume that you have access to any math does the calculations you require. Points will be deducted for inefficient code. (10 points) isComposite (n) {
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
