Question: Write a simple class with two methods: - The main method that read a decimal number from the user, and pass it by value to
Write a simple class with two methods:
The main method that read a decimal number from the user, and pass it by value to the other method, then print the output in the console.
The second method will find the square and cube of the received number, and return both values to the main, not to write them directly on the screen.
do not use any array in your code.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
