Which of the following is FALSE?
Select one:
a. You use an if-else statement to write a dual alternative decision structure.
b. An if statement can be nested inside another if statement
c.In an if-elif-else structure, all elif blocks with True condition will be executed
d. The logic of an if-elif-else statement can be coded with a nested if-else statement
e.A boolean variable has a value of either True or False.