Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Misleading answer to structured branching exercise 1_read_code/0_mx.asm #29

Open
KappaPrajd opened this issue Mar 18, 2024 · 0 comments

Comments

@KappaPrajd
Copy link

This structured branching exercise answer can be misleading. It identifies the structured branching constructs, but it makes a mistake when identifying the else block:

image

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant