Question: Create a python program that: Asks the user for two numbers Converts them to floats Multiplies the two numbers together, stores, then displays the result
Create a python program that: Asks the user for two numbers Converts them to floats Multiplies the two numbers together, stores, then displays the result Adds the two numbers together, stores, then displays the result Subtracts the first number from the second, stores, then displays the result The displaying of the result should show information about the operation Eg. 9 + 9 = 18
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
