Page 1 of 1

Write a Java program that reads from the keyboard the student’s last name followed by two tests scores, midterm exam sco

Posted: Fri Apr 29, 2022 6:35 am
by answerhappygod
Write a Java program that reads from the keyboard the student’s last name followed by two tests scores, midterm exam score, and final exam score, each score is out of 100.
The program calculate the total scores for each students as follows: 2 Tests 10% each, Midterm Exam 30%, Final Exam 50%. The program should output into a new file, data.txt, the name, all the scores and the total scores of the student.