Program: Prepare a C++ program to
Step 1: Create a 10-integer array called data
Step 2: Set a pointer ptr to point to array data
Step 3: Output the elements in array data using pointer ptr
Step 4: Find the largest element in the array data using pointer ptr
Full rating given to whoever will create this program and be runnable/ compilable.
You need to implement this in C++ language. You need to provide the answer as soon as possible.