Laboratory 5
Chapter 16: Strings, Characters, & Regular Expressions

Before the lab, do the Self-Review exercises in the chapter.

Put the Java source code of your solution to the exercise below on your private GitHub repository:

Feel free to talk to whomever you like about any aspect of the laboratory. Working in pairs may be helpful.

Chapter 16

Do the part of exercise 16.22 that asks you to write an application that reads an English-language phrase & encodes it into Morse code. For simpliciy, you may assume that there is no punctuation: The phrase consists solely of upper case alphabetic characters, digits, & spaces.


 cappello@cs.ucsb.edu © Copyright 2014 Peter Cappello                                           2014.04.29