From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 911/CH3/EX3.4.a/ex_3_4_a.sce | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 911/CH3/EX3.4.a/ex_3_4_a.sce (limited to '911/CH3/EX3.4.a/ex_3_4_a.sce') diff --git a/911/CH3/EX3.4.a/ex_3_4_a.sce b/911/CH3/EX3.4.a/ex_3_4_a.sce new file mode 100644 index 000000000..2190d0659 --- /dev/null +++ b/911/CH3/EX3.4.a/ex_3_4_a.sce @@ -0,0 +1,6 @@ +//example 3.4// +clc +//clears the screen// +clear +//clears all existing variables// +disp('In case of OR gate. Y=A + A'', this will always result in output as 1.') \ No newline at end of file -- cgit