diff options
Diffstat (limited to '1388/CH6/EX6.17/6_17.sce')
-rwxr-xr-x | 1388/CH6/EX6.17/6_17.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1388/CH6/EX6.17/6_17.sce b/1388/CH6/EX6.17/6_17.sce new file mode 100755 index 000000000..25d76b70e --- /dev/null +++ b/1388/CH6/EX6.17/6_17.sce @@ -0,0 +1,7 @@ +clc
+//initialisation of variables
+p= 0.08 //atm
+//CALCULATIONS
+a= (1-p)/(p+1)
+//RESULTS
+printf ('fraction = %.2f ',a)
|