Search:

Type: Posts; User: rianbro3699

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    674

    Re: reversing number without using while

    no, i need to reverse the whole number, zero is allowed to be the first digit e.g. 250---->025
  2. Replies
    6
    Views
    674

    Re: reversing number without using while

    i meant, can't i solve this with just with division and the modulo sign?
  3. Replies
    6
    Views
    674

    Re: reversing number without using while

    i do have a specific question but its irrelevant, i just need to know if there is any possibility to reverse a number without using the while statement
  4. Replies
    6
    Views
    674

    reversing number without using while

    Hello guys, i have to write a program which deals with reversing number and i need to solve it without using the while statement.
    the program conditions is to get a number from the user between 100...
Results 1 to 4 of 4