CS245 - CS II SPRING 1997 LAB 2
Due by the end of lab (Jan. 28, 1997):
Write a program that
- reads in two strings of arbitrary length,
- write out each of the strings,
- concatenate(string equivalent of add) the two strings and print the result
Be sure to include prompts for the user and a descriptive heading for the output.