summaryrefslogtreecommitdiff
path: root/911/CH9/EX9.7/ex_9_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '911/CH9/EX9.7/ex_9_7.sce')
-rw-r--r--911/CH9/EX9.7/ex_9_7.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/911/CH9/EX9.7/ex_9_7.sce b/911/CH9/EX9.7/ex_9_7.sce
new file mode 100644
index 000000000..99e9d3386
--- /dev/null
+++ b/911/CH9/EX9.7/ex_9_7.sce
@@ -0,0 +1,8 @@
+//exmaple 9.7(a)//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+a=bin2dec('0110')
+//given initial state//
+disp(a,'Modulus of presettable counter in given condition is:') \ No newline at end of file