Homework 1
Due 3 Oct 00 in class
Please remember to send me electronic versions of your code and to bring a
hard copy of code and interaction with your code (the output being
used) to class.
- Write a program that prints hello world to the screen.
- Write a program which allows the user to input a number and which
returns the absolute value of that number. Make computing the absolute
value a separate function.