Recent content by JJ452

  1. J

    C programming Do – While loop problems

    Thanks for your advice and help, it was great.
  2. J

    C programming Do – While loop problems

    It executes as many times as the user entered (The number of resistors they have) because the program compiles and asks for that number of resistances but, for some reason, doesn't seem to add the 'X' value (the resistance entered) correctly. I can't use integers as it will have decimals which...
  3. J

    C programming Do – While loop problems

    Hi, I have to build a program that will find the equivalent resistances in series and parallel of any number of resistances entered at the keyboard. So far i have this: [SIZE="3"] I really don't know where i went wrong. The value returned for RTS is the same value as the user entered...
Back
Top