Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a java program named SongLyrics that reads from the file lyrics.txt and displays some information: a)The number of lines in the song b)The number

Write a java program named SongLyrics that reads from the file lyrics.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 words: 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) - Do not use try or catch method , use of arrays and arraylists is strictly prohibited - use java.io.File and java.io.FileNotFoundException for scanning the file and use scanner for reading the txt file.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Genomes And Databases On The Internet A Practical Guide To Functions And Applications

Authors: Paul Rangel

1st Edition

189848631X, 978-1898486312

More Books

Students also viewed these Databases questions

Question

EVALUATE at least five traditional training techn iques.

Answered: 1 week ago

Question

what is the most common cause of preterm birth in twin pregnancies?

Answered: 1 week ago

Question

Which diagnostic test is most commonly used to confirm PROM?

Answered: 1 week ago

Question

What is the hallmark clinical feature of a molar pregnancy?

Answered: 1 week ago