Question: Write a program to enter a number from the keyboard, and If the entered number is positive, calculate the perimeter of a Trapezoid. Else, calculate
Write a program to enter a number from the keyboard, and If the entered number is positive, calculate the perimeter of a Trapezoid. Else, calculate the total surface area of a Trapezoid. Note-Perimeter-a +b+c+d; Total surface area=1/2(a+b)h. (All the inputs should be entered from keyboard). (4 Marks) ii) Draw the flowchart for the whole program. (2 Marks)
Step by Step Solution
There are 3 Steps involved in it
Program in Python Heres a Python program for the given task python Function to calculate the perimet... View full answer
Get step-by-step solutions from verified subject matter experts
