Okay, I've been thinking about this and trying things for quite awhile and I'm getting no where. I just finished Say(a) and the following is a list of assumptions I'm making concerning version b of the Say assignment.
1.] Since I have the program working with numbers from 0-99, maybe I should try to make it work first with 0-999?
2.] Or maybe I should take the main method which works with 0-99 and turn it into a second method which the main method then calls?
3.] Or I start all over using array containers and read in a
string of from 1-3 characters and then manipulate these?
I need a smilie for :frustrated: as I am totally confused.