Unit #4-03

Learning Outcome

At the end of this lesson, you will be able to:

  • understand how to use the increment command

  • understand how to print out single digit numbers

Review

  • saving a string variable

  • printing out characters

Lesson

  • go over how to save integer values

  • go over how to print out integers

  • go over conditions and looping

Activity

  • nil

Daily Assignment

  • recreate the program below

    • it counts up from 0 to 9

Using a register and incrementing it

Using STDOUT with integers

Output for today's assignment