Objectives:
- Practice using pointers and reference variables.
- Understand the differences and similarities between pointers and reference variables
Assignment:
Complete the tasks indicated in the comments in
lab10B.cpp. Make sure that it compiles and executes.
Submission
Submit your source code (
.cpp file) using the
handin program. For
handin, for this lab, type the following in a terminal window exactly as it appears:
handin lab10B lab10B.cpp.h
To verify your submission, type the following in a terminal window:
handin lab10B
Rubric: (coming soon)