Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program that reads the marks of a student in the test (te), midterm (mid), assignment (assig) and final exam (fi) and the
Write a program that reads the marks of a student in the test (te), midterm (mid), assignment (assig) and final exam (fi) and the practical mark (pm). The program calculates and displays the theory mark which equals to 70% of the sum of the test, midterm, assignment and final exam. Then it calculates and displays the Total mark by adding the practical mark to the theory mark. Sample Dialog Format: Enter test, mid, assignment, final and practical marks: 15 16 12 43 25 70% of theory marks: 60.200000 Total mark of 60.200000 and 25= 90.200000 Note: Write the program by hand on a paper. Scan, then upload.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
You can write this in a Python file for example calculatemarkspy Program to calculate theory and tot...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