Welcome to Westonci.ca, your one-stop destination for finding answers to all your questions. Join our expert community now! Join our Q&A platform and connect with professionals ready to provide precise answers to your questions in various areas. Discover detailed answers to your questions from a wide network of experts on our comprehensive Q&A platform.

Which of the following is true about if statements?

a. if the condition is not a boolean expression, the program returns 0.
b. if the condition evaluates as false, then the block is skipped.
c. In python, an if statement begins with "if", followed by the block, and ends with the condition.
d. if the block isn’t indented, python can still interpret it properly.