Write a program that will compute the Final Grade for a student in this class.
• Use the Template to outline the parts needed for the lab
• Create variables for all components of a grade for the class and the final grade
• Use constants for the percentages of components for the grade (ie homework percentage of 10% and midterm of 20% .etc)
• Assume the total amounts for each grade component is:
• labs = 88
homework = 95
midterm = 75
final project = 100
final =80
• discussions = 100