summaryrefslogtreecommitdiff
path: root/1760/CH5/EX5.55/EX5_55.sce
blob: 33c8256dc4bf88848358afc4129c026589856b92 (plain)
1
2
3
4
5
                           //EXAMPLE 5-55    PG NO-340-341
I1=1.2;                       //Current
I2=0.3;                      //Current
I=I1+I2;
disp(' Current is   = '+string(I)+'A');