This is literally my first OOP exercise and I have no prior experience with proper programming. So I don't even know most of the syntax.
I used the code given in HFJ and the solution in this thread.
I pulled the int scanner from another exercise to try it out here.
So, would be great if you could explain what you meant in more detail. I'll research it in any case
Thank you
Campbell Ritchie wrote:Welcome to the Ranch, MM
I don't like while (true) ... I would prefer to see a predicate used in the loop.