Write a program that takes in two number inputs from the user and displays the value for the hypotenuse (the longest side of a right angled triangle)
Hint: Sqrt() is the square root function
Construct a function by drag&dropping and reordering lines from the left to the right.