Question: Using R Studio - Q(1) Write a function called CheckOddEven that will take in four numbers (e.g., 2,3,5,9). The function should display whether the number
Using R Studio - Q(1) Write a function called CheckOddEven that will take in four numbers (e.g., 2,3,5,9). The function should display whether the number is odd or even. Sample Output: 2 is even 3 is odd 5 is odd 9 is odd Q(2) Write the same function that you wrote in (1) above, call it CheckOddEvenList, but this time write it such that it accepts a list of numbers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
