State The Problem: Write a program that asks the user for information and inserts it into a madlib that is generated randomly. Tools: Variables, input/output statements, switch structure, operators, alert statements Algorithim: Variables for question one, two, and three variable for the randomized structure variable for madlib input asking "Gimme an Adjective!" input asking "Gimme a Verb!" input asking "Last but not least, gimme an adverb!" output saying "The _____ Dog _____ ______ around the firemen." output saying "A ______ man ______ _______ the pond." switch structure randomizing the madlib alert statement for the madlib variable Implementation: Using JavaScript, the algorithim was implemented as can be seen by the source code of the program. Refinement: Nothing went wrong with the program or algorithim, though a bit more creative madlibs could be made...