Recent content by Smiler7

  1. S

    Engineering  Calculate Equivalent Resistance of Resistors in C++

    Thanks guys. but now I'm into it I am stuck... So far i have created a program that asks straight away the value of resistance. Say i type in 10 ohms it loops until i press 0 ohms. When i press 0 ohms it prints out the total. But the total always comes out to be zero.?! My other...
  2. S

    Engineering  Calculate Equivalent Resistance of Resistors in C++

    Write a program that prompts the user to enter the resistance of each resistor continuously by using a while loop until a zero resistance is entered and store it in an array, then calculates the equivalent resistance R. Also count the number of resistors n. Test your program with R1 = 1 kΩ,R2 =...
Back
Top