Algoma University College
COSC 1047 -
INTRODUCTION TO COMPUTER SCIENCE II
Winter 1996/97 -
Monday and Wednesday 5.30 PM
Assignment #1
INSTRUCTOR: Pawan J. Lingras
-
Write a program that accepts a string of characters as input,
reverses the string, and checks if the string is a pallindrome.
The output should include the original as well as the reversed string
and a message indicating whether the string is a pallindrome.
- Exercise 6.6
- Exercise 7.7