Question: 1 Project Description Write a program to calculate the final grade and the letter of the students in Ms. Gerholds COSC 117 class. The final
1 Project Description Write a program to calculate the final grade and the letter of the students in Ms. Gerholds COSC 117 class. The final grade is calculated using the following formula: F inalgrade = (midterm1 + midterm2)/2 30% + (project1 + project2 + project3)/3 25% + (lab1 + lab2 + . . . + lab10)/10 20%+ F inalexam 25% There is an exception to be considered(this technically isnt part of our grading scale but makes the project more interesting!): if a student is absent a lot, 5% of the total grade will be deducted from the final grade. The final letter grade will be based on the following: Grading Scale: A 90-100% B 80-89% C 70-79% D 60-69% F 0-59% 2 Project Specifications The program should 1. Read in a students first name, last name, and all the grades from the user. 2. Calculate the total final grade for this person. 3. Ask the user if attendance penalty will be given. If yes, recalculate the final grade. 4. Display the first name, last name, final grade and final letter grade of the student. 3 Rubric (70%) Java code 1. You must give your project and class a meaningful name. 2. You must comment your code. 3. You should use meaningful variable names. (30%) Testing 1. Run your program at least two times to check for errors. 2. You should turn in two accurate runs of your program (you can copy/paste from the Eclipse output window to a Word doc). 4 Submission You should submit one Word document and one java . The Word document should include the two sample runs.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
