summaryrefslogtreecommitdiff
path: root/2615/CH1/EX1.1/1_1.sce
blob: 8790081be5c69eca325b8b1e28e555dfa20691f7 (plain)
1
2
3
4
5
6
7
8
clc
//initialisation of variables
d=1000//m
h=60//min
//CALCULATIONS
V=d/h*(2/3)//m/min
//RESULTS
printf('The unit of velocity =% f m/min',V)