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.