C
C#3y ago
Facade

✅ else won’t apply

I’m new but I was testing what I learned and my else won’t apply
4 Replies
Aaron
Aaron3y ago
if you want another condition, you want else if (...), not just else (...)
Facade
FacadeOP3y ago
ohhhh ok thank you so much
Jimmacle
Jimmacle3y ago
also for what it's worth, that second condition is redundant if b is not >= 13 then the only other option is that it must be < 13 so there's no point checking
Accord
Accord3y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?