The voltage across the capacitor in a first-order RC circuit is given by the following expression:
l!C = ls R + ( Vo - lsR )e -tf RC, t 2: 0.
Write a C program that outputs a table of values of t and l!C , The user enters the range of time desired in seconds and the incre ment in fractions of a second, the source current Us) in amperes, the resistance (R) in ohms, the initial voltage on the capacitor (Vo) in volts, and the capacitor value (C) in farads. Use the problem solving steps and generate either a flowcha rt or pseudocode for your program.