You are in an interview, and the question is:
Write a program to print the prime factors of 18
if you don’t write:
System.out.println("2, 3, 3");
but instead write a prime factoriser for N, then -1 productivity point.
You are in an interview, and the question is:
Write a program to print the prime factors of 18
if you don’t write:
System.out.println("2, 3, 3");
but instead write a prime factoriser for N, then -1 productivity point.