MicroEvan/Array-Copy-in-java
/*This program contains a method that creates a copy of an array *Can be used when you want to manipulate an array and reuse the original array * in some other part of the code * @author Makai AKA MicroEvan * M1cro314ck */
Java