Skip to content

Possible additional topics for Chapter 6 (Loops/Strings) #23

Description

@jdeisenberg

Would it be useful to add content to cover:

  • Post-increment/decrement vs. pre-increment/decrement and how they differ when used in an assignment x = ++y; vs x = y++;
  • do/while loops (particularly in the context of input validation)
  • break (with cautionary note to avoid unless absolutely necessary)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions