Compound Statements

Compound Statements

graph TB A[Compound Statements] --> B[And Statements] A --> C[Or Statements] A --> D[Not Statements] B --> E[Example: p and q] C --> F[Example: p or q] D --> G[Example: not p]