Question:
You have to develop a simple console base application, which reads the students records from “students.txt” file and displays each student’s information in form of table. The program should also count and display the number of alphabets, spaces, integers, words, characters and lines from the file in tabular form given at the end of following output:
Hints:
To manage student information use Student class.
To store multiple students record use ArrayList.
Solution:
Coming Soon
You have to develop a simple console base application, which reads the students records from “students.txt” file and displays each student’s information in form of table. The program should also count and display the number of alphabets, spaces, integers, words, characters and lines from the file in tabular form given at the end of following output:
Hints:
To manage student information use Student class.
To store multiple students record use ArrayList.
Solution:
Coming Soon