
David Archer
March 6, 2021
Item Purchase
Imagine that you are a customer purchasing items, this program will ask you to input the price of each item and then it will subtotal of the sale, the amount of sales tax, and the total.
March 6, 2021
Item Purchase
Imagine that you are a customer purchasing items, this program will ask you to input the price of each item and then it will subtotal of the sale, the amount of sales tax, and the total.
March 12, 2021
Tip, Tax, and Total
This python program will calculate the total amount of meal you purchased at a restaurant. The program will then ask the you to enter the charge for the food, and then it will calculate the amount including an 18 percent tip and a 7 percent sales tax. Lastly, the program will display each of these amounts and the total.
March 16, 2021
Celsius to Fahrenheit Temperature Converter
This simple python program will convert Celsius temperatures into Fahrenheit temperatures.
March 23, 2021
Day of the Week
This python program will display the corresponding day of the week, where 1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday, and 7 = Sunday. The program will display an error message if you enter a number that is outside the range of 1 through 7.
March 27, 2021
Roman Numerals
A python program that will prompt the user to enter a number within the range of 1 through 10. The program will then display the Roman numeral version of that number. If the number is outside the range of 1 through 10, the program will display an error message.
April 09, 2021
Body Mass Index
This program is intended to calculate and display a person's body mass index (BMI). The BMI is often used to determine whether a person with a sedentary lifestyle is overweight or underweight for his or her height.
April 15, 2021
Band Name
This python program ask the user for the city that they grew up in, and the name of their pet. the program will then combine the name of their city and pet and show that as their band name.
April 19, 2021
April 26, 2021