I've just started a course in Java, and am enjoying it even though
it can cause me to tear my hair out at times!
My problem is this: I've been (attempting!) creating a program
that will read an integer input (between 0-99), and convert them
to a text output; for example, if I were to input 99, the output will
be ninety nine. Basically, I have no idea how to convert integers
into a text output! I suspect it's to do with the the ConsoleWindow
class and/or the Printstream class, but I've no idea what to type
in. Considering that I've only just started to use if statements
should give you an idea of how much of a newbie I am at this!
Books I've read refer to something called Integerparse, but I've
asked friends about this and apparently this won't be covered for
at least another month, so the solution would (apparently!) be at
a more basic level!