//Ex:3.2 clc; clear; close; E1=6; E2=3; V2=E1-E2; V1=4.5; E3=V1-E2; printf("Value of V2 = %f A",V2); printf("\n Value of E3 = %f A",E3);