Define If-then- elseif
Answers
Answered by
1
Explanation:
If-Then statements are a type of variable logic that allows the output of the variable to be conditionally determined. For all If-Then statements, the conditions must be defined as well as the actions that should occur when those conditions are met.if and else
elseif , as its name suggests, is a combination of if and else . Like else , it extends an if statement to execute a different statement in case the original if expression evaluates to false
Similar questions