Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #107.55K
~6K People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for hsayid

// TITLE: resistors in series #include <stdio.h> main () { float Resistor1 ; float Resistor2 ; float Resistor3 ; float TotalResistance ; printf ("\n\n PROGRAM TO CALCULATE SERIES & PARALLEL RESISTANCE "); printf ("\n________________________________________________________\n\n") ; printf (" Enter the value of first resistor :"); scantf ("%f", &Resistor1) ; printf ("\n …

Member Avatar for studentba065
0
6K

The End.