File tree Expand file tree Collapse file tree 1 file changed +6
-35
lines changed Expand file tree Collapse file tree 1 file changed +6
-35
lines changed Original file line number Diff line number Diff line change @@ -300,42 +300,13 @@ expected truth table:
300
300
301
301
### Truth table for and expressions
302
302
303
- | LHS
303
+ | LHS | RHS | Result
304
+ |---|---|---
305
+ | True | True | True
306
+ | True | False | False
307
+ | False | True | False
308
+ | False | False | False
304
309
305
- | RHS
306
-
307
- | Result
308
-
309
- |
310
- | --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | | | | | | | |
311
- | True
312
-
313
- | True
314
-
315
- | True
316
-
317
- |
318
- | True
319
-
320
- | False
321
-
322
- | False
323
-
324
- |
325
- | False
326
-
327
- | True
328
-
329
- | False
330
-
331
- |
332
- | False
333
-
334
- | False
335
-
336
- | False
337
-
338
- |
339
310
This is the standard truth table for a
340
311
[ logical conjunction (AND)] ( https://en.wikipedia.org/wiki/Truth_table#Logical_conjunction_.28AND.29 ) .
341
312
You can’t perform that action at this time.
0 commit comments