summaryrefslogtreecommitdiff
path: root/1727/CH7/EX7.17/7_17.sce
blob: c70ce8ff6ebe8690bafc09119658635583b639fc (plain)
1
2
3
4
5
6
7
8
9
clc
clear
//Initialization of variables
g=9.81 
rati=1.265
//calculations
percent = (rati-1)*100
//results
printf("Increase in discharge = %.1f",percent)