so heres the deal i have no code right now but i have sort of an idea i just need guidance...we are learning arrays and pointers now so how would i start this?? heres the homework
Design a program in C which will compute the equivalent resistance to a user-specified number of resistors connected in parallel. When executed, the program will do the following in sequence:
i) Ask the user to type on the keyboard the number of resistors connected in parallel;
ii) Ask the user to type on the keyboard the values of the individual resistors in floating-point format, with all of the resistances specified in the same unit of Ω or kΩ;
iii) Display on the console the values of the individual resistances and then the value of the computed equivalent resistance; and
Repeat steps (i), (ii), and (iii) in an infinite loop unless the user gives a suitable command to quit the program.
thanks Clezzie

