Write a C/C++ program to Prepare the weighted scoring model. Final grades are based on three exams worth 15%, 20%, and 25%, respectively;
Enter scores for three students. Suppose Student 1 earns 100% (or 100) on every item. Suppose Student 2 earns 80% on each of the exams, 90% on homework, and 95% on the group project. Suppose Student 3 earns 90% on Exam 1, 75% on Exam 2, 80% on Exam 3, 90% on homework, and 70% on group project. You can use weighted scoring model template, prepare your own spreadsheet.