String class methods (p. 126 of B)
(i)Input a string, convert it to uppercase and print it out.
(ii) Replace all “e” with “x” and print out the modified string.
Revisit the Balloon problem, but this time use classes in java.math package for computing the power function.