Question: JAVA 5. Create files in Notepad containing three integers separated by some whitespace. Save them in your home directory as nums2.txt, nums3.txt, nums4.txt, etc. Then
JAVA
5. Create files in Notepad containing three integers separated by some whitespace. Save them in your home directory as "nums2.txt", "nums3.txt", "nums4.txt", etc.
Then write a program that asks the user which file to open. Then it should open that file, and read the three integers from the file. It should then display (on the screen) the total of the integers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
