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)