Question: Write a Java program which allows the user to enter a integer. The program should call a recursive method (a method that calls itself) that
Write a Java program which allows the user to enter a integer. The program should call a recursive method (a method that calls itself) that checks to see if the number is prime. The program should display whether the number is or is not prime. For example the system should evaluate the number entered and return a response: "2 is a prime number". "15 is not a prime number"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
