diff options
Diffstat (limited to '2510/CH3/EX3.5')
-rwxr-xr-x | 2510/CH3/EX3.5/Ex3_5.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2510/CH3/EX3.5/Ex3_5.sce b/2510/CH3/EX3.5/Ex3_5.sce new file mode 100755 index 000000000..df5df16b0 --- /dev/null +++ b/2510/CH3/EX3.5/Ex3_5.sce @@ -0,0 +1,11 @@ +//Variable declaration: +SG = 0.92 //Specific gavity of liquid, methanol +DW = 62.4 //Density of reference substance, water (lb/ft^3) + +//Calculation: +DM = SG*DW //Density of methanol (lb/ft^3) + +//Result: +disp("Density of methanol is:") +disp(DM) +disp("lb/ft^3") |