Problem #185 CORE JAVA PROGRAMMING

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

Your Solution