Question: 4. Modify the previous program so that it prints The product is large. if the result is greater than 200 and The product is small.
4. Modify the previous program so that it prints The product is large. if the result is greater than 200 and The product is small. if the product is less than 200. If the result is equal to 200 your code should do nothing. (Next, modify this function so instead of using a fixed number 200, this is instead a second number that the user enters.) 4. Modify the previous program so that it prints The product is large. if the result is greater than 200 and The product is small. if the product is less than 200. If the result is equal to 200 your code should do nothing. (Next, modify this function so instead of using a fixed number 200, this is instead a second number that the user enters.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
