Multiple Choice
What type of function can be used to determine whether a number is even or odd?
A) even
B) odd
C) math
D) Boolean
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: The value assigned to a global constant
Q26: The math function ceil(x)returns the smallest integer
Q27: The code for a function is known
Q28: The function header begins with the keyword
Q29: A _ variable is accessible to all
Q31: A _ variable is created inside a
Q32: A function definition specifies what a function
Q33: What does the following statement mean?<br>Num1,num2 =
Q34: The randrange function returns a randomly selected
Q35: What will be displayed after the following