Recent content by JJ452
-
J
C programming Do – While loop problems
Thanks for your advice and help, it was great.- JJ452
- Post #5
- Forum: Programming and Computer Science
-
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...- JJ452
- Post #3
- Forum: Programming and Computer Science
-
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...- JJ452
- Thread
- C programming Loop Programming
- Replies: 4
- Forum: Programming and Computer Science