This week, we don’t also have a continuous class because teachers were still busy doing something.
We were just tasked by Sir Ernie to study the reports of the previous activities.
This week is the teachers day, i think that is the reason why they are busy so much...
Thanks to my classmates who reported and I knew something.
Which are the:
Common Errors
- extra semicolon after for (..) or while (..) causes zero line infinite loop
- counters (and other variables) not properly initialized
- Boolean expression will never become FALSE (infinite loop)
- loop executes incorrect number of times (off by one common)
- never update for loop counter variable inside for loop
- never use same counter variable for nested loops

No comments:
Post a Comment