Question: Write a procedure named isEven that receives one parameter (a number), and returns TRUE if that number is even, and FALSE if the number is

Write a procedure named isEven that receives one parameter (a number), and returns TRUE if that number is even, and FALSE if the number is odd. *Hint: A number is odd if when you divide it by two (using remainder-division), the remainder is one. Question 2 (5 points) 5 Write a procedure named min that receives two parameters (both are numbers), and returns the smaller of the two values. Question 3 (5 points) Write a procedure named max that receives two parameters (both are numbers), and returns the greater of the two values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
