1 2 3 4 5 6 7 8
//Example 1// Speed clc; clear; close; //given data : vl=166;//m/s v=(2*vl);//m/s disp(v,"speed is,(m/s)")