Question: Please don't use advance programming such as lists, loops and hard functions. Make it simple! Please also show the analysis, specifcation, flowchart, code, and test

Please don't use advance programming such as lists, loops and hard functions. Make it simple!  Please don't use advance programming such as lists, loops and hard
functions. Make it simple! Please also show the analysis, specifcation, flowchart, code,
and test (What's highlighted in red) and please make the code simple!
Please also show the analysis, specifcation, flowchart, code, and test (What's highlighted in red) and please make the code simple!

Programming: Show (1) the analysis, (2) the specifications, (3) the flowchart, (4) the code, and (5) the test for all the following problems: 1. (12 points) Sales Tax Write a program that will ask the user to enter the amount of a purchase. The program should then compute the state sales tax and country sales tax. Assume the state sales tax is 5 percent and the county sales tax is 2.5 percent. The program should display (1) the amount of the purchase, (2) the state sales tax, (3) the county sales tax, (4) the total sales tax, and (5) the total of the sale (which is the sum of the amount of purchase plus the total sales tax). 2. (12 points) Sales Prediction A company has determined that its annual profit is typically 23 percent of total sales. Write a program that asks the user to enter the projected amount of total sales, then displays the profit that will be made form that amount. 3. (12 points) Area of Triangle Write a program to calculate the area of a triangle given the length of its sides a, b, and cusing these formulas: a+b+c Se Area=sls-a (s-bs-c) 4. (12 points) Cost per Square Inch 4. (12 points) Cost per Square Inch Write a program that calculates the cost per square inch of a circular pizza given its diameter and price. The formula for area is Area=ir? 5. (12 points) Arithmetic, Smallest, and Largest Write a program that inputs three integers from the user. Display the sum, average, smallest, and largest of the numbers. Note use Python functions which are introduced in lecture notes. 6. (12 points) Exponent Write a python program that allows the user to enter any integer as a base value, and integer as an exponent value, and displays the value of the base raised to that exponent. (any code written outside chapter 2 will not be considered) Base = x Exponent = y Display the value of xy

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!