Multi-line assignment statements

This assignment tests your ability to write programs with assignment statements in multiple instruction event handlers.

Write a program that does the same thing as this greeting program.

Note that when the program first executes, the "English, red" button has focus and the greeting is not shown. When your program is exactly the same as mine, print a screen shot and listing of the event handlers to turn in.

Hint: the colors I used are red, pink, blue and aqua.

Also -- do not forget to plan the program in English and Geek before you begin writing it in VB. How many event handlers do you need? Which properties are assigned new values? How many instructions will each event handler have? What type of instructions will they be, assignment statements or object.method statements?

Remember -- the best way to go fast is to go slow. Plan your programs well before you begin writing them.


Disclaimer: The views and opinions expressed on unofficial pages of California State University, Dominguez Hills faculty, staff or students are strictly those of the page authors. The content of these pages has not been reviewed or approved by California State University, Dominguez Hills.