summaryrefslogtreecommitdiff
path: root/1364/CH5/EX5.2.2/5_2_2.sce
blob: 9bcb561e1d401b53b6a8ede1f555b4060f90db98 (plain)
1
2
3
4
5
6
7
clc
//initialisation of variables
n= 15 //knots
//CALCULATIONS
Um= n/sqrt(36)
//RESULTS
printf (' speed = %.1f knots',Um)