A compound complex sentence is when you combind a compound sentence and a complex sentence.
nothing
simple, compound, complex, compound-complex
compound-complex A+
Compound-Complex
1. Assertive or declarative sentence (a statement) 2. Imperative sentence (a command) 3. Interrogative sentence (a question) 4. Exclamatory sentence (an exclamation) 5. Negative sentence (a Negativeness)
a complex compound word involves using multiple hard compound words in a sentence.
compound sentance
Simple, complex, compound, compound -complex are the kinds of sentences in English Language. A complex sentence has nothing to do with Islam or a Muslim.
compound statement
you are dumb cya
A compound statement is a code block. We typically use compound statements as the body ofanother statement, such as a while statement:while (i >= 0){a[i] = x;++x;--i;}Note that all compound statements are surrounded by braces {}.