Write a program to calculate the final grade for an EE140 student. The final grade is based on lab assignments, quizzes, projects, midterm, and final exam; each is worth 20% of the total. There will be 5 graded lab assignments worth 20 points each; 4 quizzes at 20 points each; 3 projects each worth 100 points; 1 midterm and 1 final exam each worth 100 points. Write a program to prompt the user to enter each of the 14 individual scores one at a time, and then compute and print out the student's final grade (as a number, 0-100, not a letter grade). Use meaningful names for variables.