Question: Module 3 : Lab Activity Programming Deliverables: - Python program solutions to the following 7 problems Make Sure You: - Add comments # Your name

Module 3: Lab Activity Programming
Deliverables:
- Python program solutions to the following 7 problems
Make Sure You:
- Add comments
# Your name
# The date
# What the program does
- Test your program
- Fix any bugs (try out the debugging techniques you read about)
Problem 1 Write a program that prints Hello World to the screen.
Problem 2 Write a program that asks the user for their name and greets them with their name.
Problem 3- Write a program that will compute the area of a circle. Prompt the user to enter the radius and print a nice message back to the user with the answer.
Problem 4- Write a program that will compute MPG for a car. Prompt the user to enter the number of miles driven and the number of gallons used. Print a nice message with the answer.
Problem 5- Write a program that will convert degrees Fahrenheit to degrees Celsius.
Problem 6- It is possible to name the days 0 through 6 where day 0 is Sunday and day 6 is Saturday. If you go on a wonderful holiday leaving on day number 3(a Wednesday) and you return home after 10 nights you would return home on a Saturday (day 6) Write a general version of the program which asks for the starting day number, and the length of your stay, and it will tell you the number of day of the week you will return on.
Problem 7,8 Extra Credits, please see modules3.py

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 Programming Questions!