summaryrefslogtreecommitdiff
path: root/1388/CH6/EX6.17/6_17.sce
blob: 25d76b70e61afc8a7c317f9b4959d7f2a711c2d3 (plain)
1
2
3
4
5
6
7
clc
//initialisation of variables
p= 0.08 //atm
//CALCULATIONS
a= (1-p)/(p+1)
//RESULTS
printf ('fraction = %.2f  ',a)