summaryrefslogtreecommitdiff
path: root/2519/CH1/EX1.5/Ex1_5.sce
blob: 64c6c74ba3056ac6ff97d50182c0c1a6b69fc6b6 (plain)
1
2
3
4
5
6
7
8
clc
clear
//Initialization of variables
v=88 //ft/s
//calculations
v2=v*1/5280*3600
//results
printf("velocity = %d mph",v2)