What are the three keywords that can begin conditional statements?

(1 point)
Responses

if, elif, else

if, elif, else

if, when, then

if, when, then

if, also, then

if, also, then

if, then, else

The three keywords that can begin conditional statements in most programming languages are:

if, elif (or elseif in some languages), else