Question: c++ Write a C++ program that does the following: . . Outputs your formal name, Outputs your preferred name to be called. (This may be
Write a C++ program that does the following: . . Outputs your formal name, Outputs your preferred name to be called. (This may be the same as above) Outputs what would you like to learn in this class? Then print a line of 50 or more stars("**) as a break between sections. Asks the user the following question and wait for a number answer. "What size word do you want?" Make sure that they input a number between 1 and 30. Use an input validation loop. Open up the file : Wordlist.txt This file contains a large number (> 150000) of single English words. Count how many words there are of that length and print it out. o In order to find the size of a string #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
