diff options
Diffstat (limited to '911/CH14/EX14.1.d/ex_14_1_d.sce')
-rw-r--r-- | 911/CH14/EX14.1.d/ex_14_1_d.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/911/CH14/EX14.1.d/ex_14_1_d.sce b/911/CH14/EX14.1.d/ex_14_1_d.sce new file mode 100644 index 000000000..b8fd508a9 --- /dev/null +++ b/911/CH14/EX14.1.d/ex_14_1_d.sce @@ -0,0 +1,6 @@ +//example 14.1.d//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+disp('type of row decoder is 1 to 7 decoder')
\ No newline at end of file |