Given a variable numberAsString
of the data type string,
complete the function numberManipulation
to perform the
following operations and display the result in the console
in the provided format.
- Convert the string to a numeric value.
- Round the numeric value.
- Calculate the square of the rounded number.
- Reverse the squared number.
For example: