/word-effects

Lighthouse Labs W1D1 Assignment

Primary LanguageObjective-C

word-effects

We're going to create an OS X command-line app that does some simple string manipulation.

The app will take in two pieces of data from the user:

a number, to indicate which operation to do a string, to operate on Wrap the whole app in an infinite while loop, so users can do multiple operations.

Be sure to print out the menu of options at the start of each loop of the app.