I am dealing with an issue where I have to return the number of parameters in a conditional statement that are met. Further, I can only use more conditional statements and the return function.
The only way I could think to solve this was creating a for loop that iterates over the parameters, however, I must do this without using loops.