Question: Program Using Python: Zero Check Write a python function named zeroCheck that is given three integers, and returns true if any of the integers is
Program Using Python: Zero Check
Write a python function named zeroCheck that is given three integers, and returns true if any of the integers is 0, otherwise it returns false. Call this function from a main function. The main function will prompt the user to enter the three integers, and it will print the false or true, returned by the function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
