Question: 13. Write code that creates a list of strings llU Programming Challenges 1. Largest/Smallest Array Values Create an application that uses the Input Box method
13. Write code that creates a list of strings llU Programming Challenges 1. Largest/Smallest Array Values Create an application that uses the Input Box method to let the user into an array. The application should display the largest and smallest valye e values have been entered, with the largest and smallest values displa form after all 10 46 Largest/Smallest Array Values form Largest/Smallest Values Step 1: Input the Integers Step 2: Display Min and Max Input Values 29 83 Clear The largest value is 144 and the smallest value is 2 2. Random Sentences Create an application that produces random sentences as output. Create five arrays of strings, one each for nouns, adjectives, verbs, prepositions, and articles. Each array should hold several words of that part of speech. For example, the strArtie array could hold the strings "the" and "a"; the strNouns array could hold "Martian", "baby", "skunk", "computer", and "mosquito"; the strPrepositions array could hold "around", "through", "under", "over", and "by"; and so on. The application should generate sentences by randomly choosing eight words (ranh- domly generating eight array indices) from these arrays, always constructing seh tences by using the parts of speech in the following order: article, adjective, nouh verb, preposition, article, adjective, and noun. For example, a sentence might be "The shiny computer flew over a huge mosqut In this example, The" and "a" were randomly chosen from the a "shiny" and "huge" from the adjectives array, "computer" and "mo
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
