Write a Java program that reads in a number from a text file
Write a Java program that reads in a number from a text file lab13.txt and computes and displays the average.
Also, write a Java program that copies that text file lab13.txt to a file named C13e2.txt. C13e2.txt file should have one number per line.
Solution
to copy text from one file to another:
