Task: Write a program that declares a couple of integer pointers and a regular integer variable. Your program should just do some simple pointer manipulation to get you used to using pointers. It should include, but not be limited to, statements such as:
Purpose: The primary purpose of this lab is to introduce pointers.