Question: In scala can you create a method that takes an int as an input and returns a list of all primes, it should not in
In scala can you create a method that takes an int as an input and returns a list of all primes, it should not in include 1 on the list.
For example if the input is 12 it will return List(2,2,3)
Order does not need to be considered.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
