Question: M01 Programming Assignment You are expected to follow good programming standards for this and all assignments. Assignment: 1. Write a program ( IN PYTHON) that
M01 Programming Assignment
You are expected to follow good programming standards for this and all assignments.
Assignment:
1. Write a program ( IN PYTHON) that converts Celsius temperatures to Fahrenheit temperatures. The formula is as follows:
F=9/5*C+32
The program should ask the user to enter Celsius, then display the temperature converted to Fahrenheit. (15 points)
2: Write a program that calculates the total amount of a meal purchased at a restaurant. The program should ask the user to enter the charge for the food, then calculate the amounts of an 18 percent tip and 7 percent sales tax. Display each of these amounts and the total. (15 points)
To submit your assignment:
Submit your source code file for each program (*.py); please name the .py file using the name LNameFnameM#_M#Ex# (using your name).
Submit screenshots demonstrating your program works correctly. Any program that requires user input should be run a minimum of three times with varying test values. Screenshots may be embedded in a document for submission or submitted individually.
20 pts - The program runs without any syntax errors
5 pts - Good programming practices. The program uses good practices of naming conponents of the program. Program uses modular programming.
5 pts - Show Screenshot for successfully running all programs.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
