Question: Write functions: i) A function that prompts a user for 2 numbers and returns the values inputted. ii) A function that adds the two numbers
Write functions:
i) A function that prompts a user for 2 numbers and returns the values inputted.
ii) A function that adds the two numbers if both are even numbers
iii) A function that multiplies the two numbers if they are both odd
iv) A function that divides the larger of the two numbers inputted by the smaller and returns the remainder
v) A main() function that calls the above functions and displays the output
You are writing 5 functions and calling them to test functionality. Research the main() function.
Computing Language: PYTHON
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
