clear //Initialisation i1=10 //current in amp i3=3 //current in amp //Calculation i2=i1-i3 //current in amp //Result printf("\n I2 = %d A",i2)