Unix script for exponentiation of two variables raise power


Question:

Unix Script for Exponentiation of Two Variables Raise Power

Please also provide the step by step instructions so that I too can try and do these excercises.

In this project, you will perform exponentiation in interactive scripts using the read command to accept two variables and then raise one to the power of the other. Once the answer is displayed, you will unset all variables using the unset command.

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.

Solution Preview :

Prepared by a verified Expert
Other Subject: Unix script for exponentiation of two variables raise power
Reference No:- TGS01938341

Now Priced at $20 (50% Discount)

Recommended (99%)

Rated (4.3/5)