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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply