Answer:
C. a nested IF statement
Step-by-step explanation:
Anytime something is contained within another of itself, it's referred to as being "nested".
if (true)
{
if(true)
}
6.5m questions
8.6m answers