//Problem 2.02: If a current of 10 A flows for four minutes, find the quantity of electricity transferred. //initializing the variables: I = 10; // in Ampere t = 240; // in sec //calculation: Q = I*t printf("\n\nResult\n\n") printf("\nCharge(Q): %.0f Coulomb(C)\n",Q)