Here is a question from my computer programming homework. I don't completely understand the question. We are using C++ Visual Express 2010 to do this, and if you copy and paste a working answer to the question (one that will run on my computer), then I will give you 10 points! Here is the question: "Write two functions to determine the power dissipated by 2 resistors in parallel (R = 1/(1/R1+1/R2)). The main function should query the user for the values of the resistances. The first function should calculate the equivalent resistance for user defined resistances. The second function should query the user for the value of the current and return the power dissipated (R*i2). The first function should be called from the main function. The second function should be called only by the first." Thanks.