Write an app that uses string method compareto to compare


1. Write an app that uses string method CompareTo to compare two strings input by the user. Output whether the first string is less than, equal to or greater than the second.

2. Write an app that uses random-number generation to create sentences. Use four arrays of strings, called article, noun, verb and preposition. Create a sentence by selecting a word at random from each army in the following order: article, noun, verb, preposition, article, noun. As each word is picked, concatenate it to the previous words in the sentence. The words should be separated by spaces. When the sentence is output, it should start with a capital letter and end with a period. The program should generate 10 sentences and output them to a text box.

The arrays should be filled as follows: The article array should contain the articles "the", "a", "one", "scone" and "any"; the noun array should contain the nouns "boy", "girl ", "dog", "town" and "car"; the verb array should contain the past-tense verbs "drove", "jumped", "ran", "walked" and "skipped"; and the preposi ti on array should contain the prepositions "to", "from", "over", "under" and "on".

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write an app that uses string method compareto to compare
Reference No:- TGS01087243

Expected delivery within 24 Hours