Question: Problem #3 Create a program that performs the following functions: Uses character arrays to read a user's name from standard input Tells the user how
Problem #3 Create a program that performs the following functions: Uses character arrays to read a user's name from standard input Tells the user how many characters are in her name Displays the user's name in uppercase Create a program that uses the strstr() function to search the string "When the going gets tough, the tough stay put! for the following occurrences (display each occurrence found to standard output): "Going" "tou" "ay put!" Build a program that uses an array of strings to store the following names: "Florida" "Oregon" "California" "Georgia" Using the preceding array of strings, write your own sort() function to display each statement name in alphabetical order using the strcmp() function. Modify the word Find game to include one or more of the following suggestions Add a menu to the word Find game that allows the user select a level of difficult such as beginning, intermediate, and advanced. The number of seconds the user to guess or the length of the text in which the user will look for words could deter the level of difficulty. Incorporate multiple words into the text areas. Track the player's score. For example, add 1 point for each word guessed and subtract 1 point for each word guessed incorrectly. Use the strlen() function to ensure the user's input string is the same length the hidden word
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
