You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This structured branching exercise answer can be misleading. It identifies the structured branching constructs, but it makes a mistake when identifying the else block:
There isn't actually a else block in the program. The code annotated as else block will execute regardless if the given condition is true. I suggest removing this annotation to avoid confusion. I'm happy to provide PR if you agree.
The text was updated successfully, but these errors were encountered:
This structured branching exercise answer can be misleading. It identifies the structured branching constructs, but it makes a mistake when identifying the
else
block:There isn't actually a
else
block in the program. The code annotated aselse
block will execute regardless if the given condition is true. I suggest removing this annotation to avoid confusion. I'm happy to provide PR if you agree.The text was updated successfully, but these errors were encountered: