Hello,
i'm new to java programming and so i am having quite some difficulty with one particular problem. in this code i'm supposed to ask the user to enter an integer value. then using a while loop, i am supposed to display this integer value entered by the user but in reverse order. so, as an example if the user enters the number 54321 the completed program must display 12345. also, the completed program must treat both the number entered by the user, and the number it produces, as integer values. please keep in mind that so far in class we haven't learned anything beyond using conditional statements (if,else...) and loops (while, for...). also this program requires a while loop. any help would be appreciated.
thank-you