From aa9b47d8f1a8b3fac4d80276401e6d0884edb86a Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 16 Aug 2024 22:09:58 +0200 Subject: more --- 4p8.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 4p8.cpp (limited to '4p8.cpp') diff --git a/4p8.cpp b/4p8.cpp new file mode 100644 index 0000000..46c402a --- /dev/null +++ b/4p8.cpp @@ -0,0 +1,17 @@ +#include + +/* + * + * 4.8 + * + * + */ + +int main () { + + // AND, OR + // AND's right operand is only evaluated if the left operand is True + // OR's right operand is only evaluated if the left operand is False + // Equality evaluates left and right and then checks if they are equal + return 0; +} -- cgit v1.2.3