Can you please help me with my tutorial.
Write a java application to calculate the exponent value of a number using:
1. Prompt a user to enter an interger value.
2. Pass the interger value to the method square,which squares the number and to a method cubes the number. The results must be returned to the main method. The main method must print the results along with a suitable message.
How do I solve this problem?