1 2 3 4 5 6 7 8 9
//Eg-1.11 //pg-26 clear clc x=input("enter any value in radians to find its sine value") v=sin(x); disp(v)