Question
1. write a program that prompts the user for a measurement in meters and then convert it to miles, feet and inches 2. write a
1. write a program that prompts the user for a measurement in meters and then convert it to miles, feet and inches
2. write a program that prompts the user for a radius and then prints
- The area and circumference of a circle with that radius
- the volume and surface area of a sphere with that radius
3. write a program that asks the user for the length of the sides of triangle. Then print
- the area and preimeter of a rectangle
- the length of the diagonal
4. write a program that displays the olympic rings. color urge rings in the olympic colors. the olympic colors are blue, black, red, yellow and green.
5. the following pseudocode describes how a bookstore computes the price of an order from the total price and the number of the books that were ordered.
- read the total book price and the number of books
- compute the tax (7.5 percent of the total book price)
- compute the shipping charge ($2 per book)
- the price of the order is the sum of the total book price, the tax and the shipping charge
- print the price of the order
( translate this pseudocode into a python program)
(ALL PROGRAMS MUST BE WRITTEN IN PYTHON! Java or C++ will not be accepted)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started