I got a problem that says that if the User enters 2,5,4.3, and 6 the output display for value 1 is 6, value 2 is 27, value 3 is 20.49, and value 4 is 38. I just need help on how each value came to be cause my calculation is completely different. For example, for value 2, I had 2 * 2^2 and it equals 8, but the correct answer is 6. What am I doing wrong here?