Which of the following statements is true. 1. for every 'if' there should be an 'else'. 2. for every 'else' there should be an 'if'. 3. 'if' block can exist without an 'else' 4. 'if' condition can be used inside another 'if' condition.
if
else