Question: designing a C++ program that does the following: Prompts the user for a file name and then shows the user with the number of word

designing a C++ program that does the following:

Prompts the user for a file name and then shows the user with the number of word in the file. The program should then allow the user to repeatedly specify a number and the program should show that word in the file.

For example, if the file contained the text: Hello. This is the text that is contained in this file. A sample run of the program might look like this:

Enter file name: in.txt File contains 10 words. Which one would you like to see? (Enter 0 to exit): 5 The 5th word is "text". Which word would you like to see next: 0 Good bye!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!