summaryrefslogtreecommitdiff
path: root/3808/CH1/EX1.4/Ex1_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3808/CH1/EX1.4/Ex1_4.sce')
-rw-r--r--3808/CH1/EX1.4/Ex1_4.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3808/CH1/EX1.4/Ex1_4.sce b/3808/CH1/EX1.4/Ex1_4.sce
new file mode 100644
index 000000000..fcb445ade
--- /dev/null
+++ b/3808/CH1/EX1.4/Ex1_4.sce
@@ -0,0 +1,9 @@
+//Chapter 01: The Foundations: Logic and Proofs
+
+clc;
+clear;
+
+mprintf( "Let p=Vandana s smartphone has at least 32GB of memory.")
+mprintf( "\nThe negation of p is ( ~p ) :It is not the case that Vandana s smartphone has at least 32GB of memory.")
+mprintf( "\nOr in simple English ( ~p ): Vandana s smartphone does not have at least 32GB of memory.")
+mprintf( "\nOr even more simple as ( ~p ): Vandana s smartphone has less than 32GB of memory.")