Final score

0

0 votes
Very-Easy
Problem

In a calculus class, the Final score for a student is based on: 30% on Quiz1, 30% on Quiz 2, and 40% on Exam.

Write a Python program that requests the 2 Quiz and Exam scores and prints the weighted average score. The partial scores are integer numbers. The weighted average score must be rounded to the closest integer, so no decimals should be printed.

Time Limit: 5
Memory Limit: 256
Source Limit:
Editor Image

?