Q.

printMax(3, 4)

A. 3
B. 4
C. 4 is maximum
D. none of the mentioned
Answer» C. 4 is maximum
Explanation: here, we define a function called printmax that uses two parameters called a and b. we find out the greater number using a simple if..else statement and then print the bigger number.
1.9k
0
Do you find this helpful?
13

Discussion

No comments yet