

InterviewSolution
Saved Bookmarks
1. |
Q1. Question: Write a Program in Java to find the prime factors of a number. Prime factors of a number are those factors, which are prime in nature and by which the number is completely divisible ( 1 will not be taken as prime number). Few such numbers are : Prime Factors of 24 are 2,2,2,3 Prime factors of 6 are 2,3 with output and input |
Answer» I don't KNOW |
|