summaryrefslogtreecommitdiff
path: root/1727/CH3/EX3.4/3_4.sce
blob: d246271dc1c45028faf47f952907d41f4d9cd665 (plain)
1
2
3
4
5
6
7
8
9
clc
//Initialization of variables
dn1=4 //cm
v1=300 //cm/s
dn2=2.5 //cm
//calculations
v2=v1*dn1/dn2
//results
printf("Velocity = %.1f m/s",v2/100)