Answered step by step
Verified Expert Solution
Link Copied!

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

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... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Statistics For Management And Economics Abbreviated

Authors: Gerald Keller

10th Edition

978-1-305-0821, 1285869648, 1-305-08219-2, 978-1285869643

More Books

Students also viewed these Programming questions

Question

1. Describe how culture is like an onion.

Answered: 1 week ago