Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which of these is not used in a conditional statement in php? a else if…

Question

which of these is not used in a conditional statement in php? a else if b elseif c else d if

Explanation:

Brief Explanations

In PHP, conditional statements use 'if', 'else if' (not 'elseif' as a single - word keyword), and 'else'.

Answer:

B. elseif