Question: Module 3 : Lab Activity Programming Deliverables: - Python program solutions to the following 7 problems Make Sure You: - Add comments # Your name
Module : Lab Activity Programming
Deliverables:
Python program solutions to the following 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 Write a program that prints Hello World to the screen.
Problem Write a program that asks the user for their name and greets them with their name.
Problem 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 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 Write a program that will convert degrees Fahrenheit to degrees Celsius.
Problem It is possible to name the days through where day is Sunday and day is Saturday. If you go on a wonderful holiday leaving on day number a Wednesday and you return home after nights you would return home on a Saturday day 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 Extra Credits, please see modulespy
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
