Page 1 of 1

Please code in java

Posted: Fri Jul 08, 2022 7:27 am
by answerhappygod
Please code in java
Please Code In Java 1
Please Code In Java 1 (40.91 KiB) Viewed 44 times
Project #3 Based on Chapter 3 (Decision Making) Continuing from project # 1, Ask the user to input the Last and First name and enter 3 scores (use the test data as shown below). After, get the total and average of the scores and output it to a file somewhere on your computer. Ensure to output the Last & First name with the sum and the average. Run the application 2x so it will not overwrite the first input. Test Data Input the 1st number: 25 Input the 2nd number: 78 Input the 3rd number: 87 Output data (Please format the data output as shown below) Welcome Doe, John: your total score is [substitute the total score here] and your average score is [substitute the average score here] #7 print screen your results below here #8 open your note pad or text file and print screen it below here 2