The keyword _____ is used to specify two different choices with "if" statement.

The keyword _____ is used to specify two different choices with "if" statement.

مطلوبہ الفاظ _____ "اگر" بیان کے ساتھ دو مختلف انتخاب کی وضاحت کرنے کے لئے استعمال ہوتا ہے۔
Explanation

The else keyword is used to provide an alternative block of code if the if condition is false.

It works with if to handle two different choices in decision-making.