Westonci.ca connects you with experts who provide insightful answers to your questions. Join us today and start learning! Get quick and reliable solutions to your questions from a community of experienced professionals on our platform. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

Write the code to input a number and calculate the square root. Use the absolute value function to make sure that if the user enters a negative number, the program does not crash. Lastly, write a print statement that states "The final outcome is " followed by the square root and remember to change the final outcome to a string.

Sample Run
Enter a number: -16
The final outcome is: 4.0