Simple statement.
A statement which cannot be broken into two or more statements is called a simple statement. For example:
Compound Statement.
A statement that can be formed by combining two or more simple statements is called a compound statement. For Example
p: Sam is very smart or he is very lucky.
This statement is actually made up of two statements connected by "or":
p: Sam is very smart.
r: Sam is very lucky.