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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started