Write a single statement that copies all the elements in to the last three elements of char[]

Question:

Write a single statement that copies all the elements in

char[] arrl = ['x', 'y', 'Z' };

to the last three elements of

char[] arr2 = new char[26];

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: