Question: Write a program(using C programming, not c++) that queries the user for two resistor values and then calculates the total resistance assuming the resistors are

Write a program(using C programming, not c++) that queries the user for two resistor values and then calculates the total resistance assuming the resistors are in series.
Write another program(using C programming, not c++) that queries the user for two resistors and then calculates the total resistance assuming the resistors are in parallel.
See the total resistance calculator in this folder for the flowcharts to base them on.
Start input Resistor #1 input Resistor #2 Rt R1 R2 output Rt End Start input Resistor #1 input Resistor #2 Rt R1 x R2 R1 R2 output Rt End
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
