Question: Write a script that uses random number generation to create sentences. Use four arrays of strings called article, noun, verb and preposition. Create a sentence

Write a script 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 array in the following order: article, noun, verb, preposition, article and noun. As each word is picked, concatenate it to the previous words in the sentence. The words should be separated by spaces. When the final sentence is output, it should start with a capital letter and end with a period The arrays should be " "one", "some" and "any"; the noun array should contain the nouns "boy", "girl", "dog", "town" and "car"; the verb array should contain the verbs "drove", "jumped", "ran", "walked" and "skipped"; filled as follows: the article array should contain the articles "the", "a the preposition array should contain the prepositions "to", "from", "over", "under" and "on" The program should generate 20 sentences to form a short story and output the result to an HTML5 textarea. The story should begin with a line reading "Once upon a time..." and enod with a line reading "THE END
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
