-
Hi guyz
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?
-
Re: Hi guyz
What ideas do you have for solving the problem? List the steps the program should do and then try to write the code for each step.
If you have any specific problems, post them with your code.
Please post in the section of the forum for problems, not here in the introductions section.