Question: 2. Programming question with IntelliJ (50/100 points) a. Programming Exercise (25/50): Write a program name Hw3_1.java that find the prime factors of an integer. Your

2. Programming question with IntelliJ (50/100 points) a. Programming Exercise (25/50): Write a program name "Hw3_1.java" that find the prime factors of an integer. Your program should prompt the user to enter a positive integer. Then the program displays all of its prime factors in increasing order. Here are sample runs: Enter a positive integer: The factors for 1 is Number has no prime factors Process finished with exit code @ Enter a positive integer: 100 The factors for 100 is 2 2 5 5 Number has no prime factors Process finished with exit code 8 Enter a positive integer: 19 The factors for 19 is 19 Number has no prime factors Process finished with exit code e
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
