summaryrefslogtreecommitdiff
path: root/1628/CH2/EX2.13/Ex2_13.sce
blob: f0a3aa83dde537e202d8c6090278c15ec8298fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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