Please code in java
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
Please code in java
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am