Search:

Type: Posts; User: jps

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,261

    Re: Counting # of 7's in an integer

    Now let's consider why... What is the condition in which the body of the loop will be executed?

    It reads like: while the remainder of number divided by ten is seven.
    That is really not what you...
  2. Replies
    3
    Views
    1,261

    Re: Counting # of 7's in an integer

    Does it compile and run? Does it produce the desired results? What set of numbers did you use to test with?
Results 1 to 2 of 2