Write a program in a script file that calculates the current through each resistor and the power dissipated in a circuit that has resistors connected in parallel. When the script file runs, it asks the user first to enter the source volt age and then to enter the resistors' resistance in a vector. The program dis plays a table with the resistance shown in the first column, the current through the resistor in the second column, and the power dissipated in the resistor in the third column. Following the table. the program displays the source current and the total power. Use the script file to solve the following circuit