diff options
Diffstat (limited to '3648/CH11/EX11.7/Ex11_7.sce')
-rw-r--r-- | 3648/CH11/EX11.7/Ex11_7.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3648/CH11/EX11.7/Ex11_7.sce b/3648/CH11/EX11.7/Ex11_7.sce new file mode 100644 index 000000000..d41ec8f30 --- /dev/null +++ b/3648/CH11/EX11.7/Ex11_7.sce @@ -0,0 +1,5 @@ +//Example 11_7
+clc();
+clear;
+//To estimate ho much energy a human body gives off
+printf("The amount of Heat generated is of order of 2*10^6 cal")
|