Question: I need this answer in java but not using arrayList Write a program named Song Lyrics that reads from the file a 2g4.txt and displays
Write a program named Song Lyrics that reads from the file a 2g4.txt and displays some information: a) The number of lines in the song b) The number of words in the song A word does not contain a numeric character e.g. 3 and 4ever are not considered words c) The sum of the values of numeric tokens A numeric token is a token that contains all digits e.g. 3 and 6000 are numeric tokens because they can be added together, 7-11 and 4ever contain numbers but are not completely numeric Sample output: Number of song lines:36 Number of worde: 186 Sum of numbers: 1009 Notes: Assume that all lyrics have no sentence punctuation (like the sample data) Sample data is provided but your code must work with any data Include at least 1 method in your solution (apart from main)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
