Final answer:
An if-else statement that contains another if-else statement is indeed nested.
Step-by-step explanation:
A student has asked if an if-else statement that contains another if-else statement is nested. The correct answer is True. An if-else statement can contain another if-else statement, and this is called nesting. Nesting allows for more complex and conditional logic in programming.