Coding
Determining steps in between prime numbers
I’m working on a CodeWars problem that deals with steps between prime numbers. A step is how much separates the two primes within a range. Only the first two primes that match the step argument Read more…