Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    773

    Re: division without division operator

    Were you able to solve the problem without counting?
    If so can you post the code that shows how you did it?
  2. Replies
    7
    Views
    773

    Re: division without division operator

    Ok, can you rename the variables to show which one is the dividend, the divisor, the quotient and the remainder?

    Can you describe in English how the program will compute the quotient and the...
  3. Replies
    7
    Views
    773

    Re: division without division operator

    Please use better variable names in the code. Variable names should describe what the variable contains. a,b,c do not describe what they contain. Better names would be dividend, divisor, quotient...
  4. Replies
    7
    Views
    773

    Re: division without division operator

    Please explain what the problem is.
    If there are error messages, copy the full text and paste it here.
    If the output is not what you want, post the output and explain what is wrong and show what...
Results 1 to 4 of 4