Question: python please help me to figire out task2-4. Task 2: Fill in the values in the table below. The Expected Outputs column should contain 5
Task 2: Fill in the values in the table below. The Expected Outputs column should contain 5 values, corresponding to the expected output from the calculator program for each of the 5 operations, given the inputs in every case. Follow the first row example. Use a calculator as needed. Note: if any of the computations would result in an error, state "Error" Description Inputs Expected Outputs for +,,*,/, ** The General Case 15,7 22, 8, 105, 2.14, 170859375 -8,-123 5,-20 4.5,9.2 sitive numbers o negative numbers ne positive and one negative number sitive numbers both with fractions ne positive and one negative number both with fractions| 3.2,-4.5 whole number and one number with fraction 4,3.2 4, 3.2 Special Case: one of the operands is zero rst number is zero, second is zero rst number is zero, second is not zero rst number is not zero, second number is zero rst number is zero, second is not zero 5, 0 Are there any other possible inputs for which one of the 5 operations would give an error? Task 3: Based on the program description, write pseudocode to accomplish the goal of the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
