Question: Python program 1.) Create a program that will: Asks 3 input numbers and asks the user the following: Display the sum, difference, product, quotient with
Python program


1.) Create a program that will: Asks 3 input numbers and asks the user the following: Display the sum, difference, product, quotient with decimal number, quotient without decimal number, remainder of the 1st and 2nd number. Display the sum, difference, product, quotient with decimal number, quotient without decimal number, remainder of the 1st and 2nd number. Display the sum, difference, product, quotient with decimal number, quotient without decimal number, remainder of the 1st and 2nd number. Output: Enter 1st Number: (input here) Enter 2nd Number: (input here) [1] 1st and 2nd number [2] 2nd and 3rd number [3] 1st and 3rd number Enter your choice: (input here) Sum: Difference: Product: Quotient w/ decimal places: Quotient w/o decimal places: Remainder: 2.) Create a program that ask for the user an input number, if the number is greater than 100, check if the number is divisible by 4 (display "Divisible by 4" or "Not Divisible by 4"). Else, check if the number is divisible by 2 (display "Divisible by 2" or "Not Divisible by 2")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
