In CORAL LANGUAGE please and thank you : Given three floating-point numbers x, y, and z, output x to the power of y, x to the power of (y to the power of z), the absolute value of x, and the square...


In CORAL LANGUAGE please and thank you :


Given three floating-point numbers x, y, and z, output x to the power of y, x to the power of (y to the power of z), the absolute value of x, and the square root of (x * y to the power of z).


Output all results with five digits after the decimal point, which can be achieved as follows:
Put result to output with 5 decimal places


Ex: If the input is:


5.0 2.5 1.5


the output is:


55.90170 579.32402 5.00000 6.64787


Hint: Coral has built-in math functions (discussed elsewhere) that may be used.



Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here