Skip to content

Correct operator examples in Stage 0 documentation#136

Merged
Adrianamm merged 1 commit into
frcsoftware:mainfrom
slowpoke111:core0-Operators
Jul 26, 2026
Merged

Correct operator examples in Stage 0 documentation#136
Adrianamm merged 1 commit into
frcsoftware:mainfrom
slowpoke111:core0-Operators

Conversation

@slowpoke111

@slowpoke111 slowpoke111 commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes 3 minor inaccuracies in Stage 0's operators lesson to ensure that the page is consistent with itself and teaches proper java.

What changed? Why? (the code + comments should speak for itself on the "how")

  1. The remainder row in the Operators table has had its example updated from a/b to a%b
  2. Updated the answer to the 2nd question to clarify that magicNumber's value is not reassigned.
  3. Updates the += example's description to match what the code does.
    We highly recommend including screenshots or a video of what was changed, to collect evidence in a place where we can later reference it.
image image image

Closes #135

Meta

Merge checklist:

@github-actions github-actions Bot added Curriculum material Curriculum materials, lessons for students, etc stage0 labels Jul 26, 2026
@github-actions

Copy link
Copy Markdown

🌐 Preview URL: https://pr-136.frcsoftware.pages.dev

Comment thread src/content/docs/learning-course/stage0/operators.mdx
@Adrianamm
Adrianamm merged commit 512d779 into frcsoftware:main Jul 26, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Curriculum material Curriculum materials, lessons for students, etc stage0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stage 0: Operators - Content Issue

3 participants