Do I need a last ''else'' clause in an ''if...else if'' statement?
In your case, whether you need an else clause depends on whether you want specific code to run if and only if neither of condition1, condition2, and condition3 are true. else can be omitted for any if
Get Price