Exercise 12: Creating Functions
Let's test your ability to create functions.
Problem Statement
Implement a function evenOdd
that takes a number as input and prints “even” when the ...
Let's test your ability to create functions.
Implement a function evenOdd
that takes a number as input and prints “even” when the ...