summaryrefslogtreecommitdiff
path: root/2021/CH4/EX4.5
diff options
context:
space:
mode:
Diffstat (limited to '2021/CH4/EX4.5')
-rwxr-xr-x2021/CH4/EX4.5/EX4_5.sce11
-rwxr-xr-x2021/CH4/EX4.5/Ex4_5.pdfbin0 -> 10643 bytes
2 files changed, 11 insertions, 0 deletions
diff --git a/2021/CH4/EX4.5/EX4_5.sce b/2021/CH4/EX4.5/EX4_5.sce
new file mode 100755
index 000000000..5660bbd67
--- /dev/null
+++ b/2021/CH4/EX4.5/EX4_5.sce
@@ -0,0 +1,11 @@
+//Finding of Density
+//Given
+h1=0.4;
+h2=0.6;
+rho=1000;
+rho1=13600;
+g=9.81;
+wd=rho*0.6;
+md=rho1*0.4;
+rho2=wd+md;
+disp("Density is = "+string(rho2)+" Kg/m^3");
diff --git a/2021/CH4/EX4.5/Ex4_5.pdf b/2021/CH4/EX4.5/Ex4_5.pdf
new file mode 100755
index 000000000..4a9c3b4a5
--- /dev/null
+++ b/2021/CH4/EX4.5/Ex4_5.pdf
Binary files differ