Question: solve it 02. Write a complete java program that receive list of integer numbers that greater than or equal to 2 and continue until, for
02. Write a complete java program that receive list of integer numbers that greater than or equal to 2 and continue until, for example ( 23 .al. The program should filter this list and print the prime numbers of it. The program should display a menu shows two algorithms for doing this task. The user can choose cach option from the menu, the menu should contain an option to exit from the program. The options of the menu as the following: 1. Sieve of Eratosthenes Algorithm 2. My own algorithm 3. Exit Hint use while loop. for loop, switch Program Output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
