diff options
Diffstat (limited to '1628/CH2/EX2.13/Ex2_13.sce')
-rwxr-xr-x | 1628/CH2/EX2.13/Ex2_13.sce | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/1628/CH2/EX2.13/Ex2_13.sce b/1628/CH2/EX2.13/Ex2_13.sce new file mode 100755 index 000000000..f0a3aa83d --- /dev/null +++ b/1628/CH2/EX2.13/Ex2_13.sce @@ -0,0 +1,18 @@ + + + + // Example 2.13 + +v=115; // Voltage +i=12; // current +t=6; // Time Required +w=v*i*t; // Energy +Rate=2.50; +Cost=w*Rate; +disp(' cost of boiler Operation is = '+string(Cost/1000)+' Rs/kwh'); + + + + + + // p 27 2.13 |