ABNIAC Challenges
- Write a program that stores the value 65 in cell 100
- Modify the above program so it outputs the value in cell 100
first as an integer, and then as a character.
- Write a program that adds together two numbers stored in cells
50 and 51. Initially, your program should add 5 + 3, but by
changing the values in cells 50 and 51, it should add any two
integers.
- Examine the 'message' sample program. Write a program like it
that sends your name to the screen a letter at a time.
- Examine the 'counter' sample program. By changing the values of
only two cells, make the program count to 100 by fives.
- Make a program that uses a loop (like counter does) to print out
the first 10 letters of the alphabet.
- VERY TRICKY!!! Write a program that multiplies the
values in cells 50 and 51. It should work no matter what values are
in the cells.
© Andy Harris
Indiana University / Purdue University, Indianapolis
email:
aharris@klingon.cs.iupui.edu
homepage: www.cs.iupui.edu/~aharris