diff options
Diffstat (limited to '260/CH1/EX1.11')
-rw-r--r-- | 260/CH1/EX1.11/1_11.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/260/CH1/EX1.11/1_11.sce b/260/CH1/EX1.11/1_11.sce new file mode 100644 index 000000000..354446a77 --- /dev/null +++ b/260/CH1/EX1.11/1_11.sce @@ -0,0 +1,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)
\ No newline at end of file |