Requirements: With a variable (char[]) named xy, output the contents of this variable to the console without using the variable directly, or it's memory address, using 2 other variables named x and y. You must use the following 2 lines of code...