Question: Java please Problem 1 - The Final Score In this assignment, you will write a program that will calculate your final marks in this course
Java please

Problem 1 - The Final Score In this assignment, you will write a program that will calculate your final marks in this course to CSCI 1110. We will calculate the final score in this first problem given all your marks (i.e. at the end of the course). Each problem will build upon the previous solution. Based on the syllabus, write a formula that will calculate the student's final score in the class. For simplicity, assume the scores for assignments, practicum, tests, labs, and exams are pre-averaged and therefore are a single data point each. Input Student name (String) Banner number (String) Marks on each assessment (int) in order of Tests, POD, Assignments, Practicum, Labs Output Pretty printed report as exemplified below The final score should be printed with two decimals points (double) Example: Input Output Anon Ymous Hi Anon Ymous (B00900900), based on the input given: B00900900 Tests= 80% PODs- 90%, Assignments- 70%, Practicums=40%, Labs=50%, your final score is 65.85%. 90 70 40 50 80
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
