Tacks Laboratory Exercise:
Write a Python program that will calculate and output the area and perimeter of a rectangle. The Area (A) and Perimeter (P) are given by the following formulas:
A = w * l
P = 2 * (l + w)
Write a Python program that will calculate and display the final grade of a student. The Final Grade is calculated as the weighted average of quizzes (15%), homework (10%), labs (15%), midterm exam (25%), and a final exam (35%).