Multiple choice An if statement can contain how many else if statements? Only two As many as you want None One Reveal answer Fill a bubble to check yourself B Correct answer Explanation An if-else structure can have an unlimited number of else-if blocks to handle multiple conditional branches.