The title may not have been the best but I'll try to clarify. I'm making a program that converts Base10 (Decimal) to Base2 (Binary) and as you may or may not know that when you convert Base10 you must reverse the numbers in which you converted the numbers. I can easily display the numbers but wonder if there is a fairly simple way of displaying them in reverse (preferably without the use of arrays - just a preference of mine). Here is the code I have created in case you'd like more clarification.