issues
search
AlexEngine95
/
isPrime
A quick program that produces an output file listing whether or not a number is prime.
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
The program shouldn't check if a number greater than half of the number being checked is a factor.
#3
AlexEngine95
opened
4 months ago
0
Change the program to check if the number is divisible by any prime number, not any other number.
#2
AlexEngine95
opened
4 months ago
0
Make the program print that when is x% complete.
#1
AlexEngine95
opened
4 months ago
1