CS 201, Summer 2002 Assignment #11: 10 Points. Due Date: Tuesday, 8/13/02. (2) 1. Exercise 5.18. Read the Special Section: Building Your Own Computer (pg 372-378). Download the Simpletron simulator source code from: www.cs.uaf.edu/~cs201/deitel/simpletron.cpp and compile it. Run the SML program from Example 2, Exercise 5.18 (pg 375), as shown in Exercise 5.19, to verify that your Simpletron simulator is working correctly.** (1) 2. Exercise 5.22 (3) 3. Exercise 5.35.** (4) 4. Use the string comparison functions and the bubble sort algorithm for sorting arrays to write a program which alphabetizes an array of character strings input by the user. Declare an array of character strings which can hold up to 10 strings, each up to 20 characters long. Enter the strings one per line and use a blank line to end the input if fewer than 10 strings are entered.** **For full credit, turn in fully commented program listings, including your name and the problem number, and the output from test runs exactly as produced by the program.