1. Log in to the Linux system as a user, and then open a Terminal emulation window.
2. Create a script named Project5-5 in the $HOME/bin directory.
3. Declare three variables as integer, x, y, and A. Read x and y in from the keyboard.
Compute the answer, A, as x raised to the yth power, and then display the answer.
4. Unset the variable with the unset command.
5. Save the script, close the editor, make the script executable, and then execute the script.
6. Close your window, and then log out.