summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.35/Ex4_35.sce
blob: d3bf46369b20bfff6f571f28db5d889cd3a3601b (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
d=5
t=2
K=3.0

//Calculation
D=d+(t-t/K)

//Result
printf("\n New seperaion between the plates are  %0.2f  mm",D)