Summer 1998

Programming in PERL

Assignment for Class 2 - 6/24/98

Read the material in chapters 3 and 4 and answer the questions at the end of the chapters. (The answers are in the back of the book.)

Write a PERL program which will read in two numbers, adds them and prints the sum, multiplies them and prints out the product. Use good documentation.

Write a PERL program which will print out the integers from 5 to 100 in steps of 5 (The multiples of 5)