Question: How would I write this code in Java? You are to create a method called Factorial that returns an int and accepts one int argument.
How would I write this code in Java?

You are to create a method called Factorial that returns an int and accepts one int argument. Please include a while loop that allows the user to enter multiple inputs and then prompts the user with "Do you want to continue (y) ? "Output from your completed program should look like this: Enter an integer number 3 The factorial of 3 is 6 Do you want to continue y Y Enter an integer number 6 The factorial of 6 is 720 Do you want to continue y Y Enter an integer number 10 The factorial of 10 is 3628800 Do you want to continue y N
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
