Problem #655 C++ using OBJECT ORIENTED PROGRAMMING

Write a C++ program to swap the first and last elements of an array and create a new array

Your Solution