write a java application to calculate the exponent value of a number using the following specification

<Prompt the user to enter an integer value
<Pass the integer value to the method squares the number and to a method cubes the number.The result must be returned to the main method.
The main method must print the results along with a suitable message.

We would better help you if you could specify the help you need is with syntax or logic.

The best route is to post what you already have written if you have already started (pseudocode or code).

If you have not yet started, you need to tell us what you have learned so far. There are many ways to write the same program using different tools.