Please help me. I am new to coding and coral and I am having trouble with Lab 1.28: Variables/Assignments: Using math fu
Posted: Sun Jul 10, 2022 11:25 am
Please help me. I am new to coding and coral and I amhaving trouble with Lab 1.28: Variables/Assignments: Using mathfunctions Given three floating-point numbers x, y, and z, output xto the power of y, x to the power of (y to the power of z), theabsolute value of x, and the square root of (x * y to the power ofz). Output all results with five digits after the decimal point,which can be achieved as follows: Put result to output with 5decimal places Ex: If the input is: 5.0 2.5 1.5 the output is:55.90170 579.32402 5.00000 6.64787