AlexEngine95 / isPrime

A quick program that produces an output file listing whether or not a number is prime.
0 stars 0 forks source link

Make the program print that when is x% complete. #1

Open AlexEngine95 opened 2 months ago

AlexEngine95 commented 2 months ago

Instead of the program printing multiples of 10,000 when 10,000 numbers have been checked if they are prime or not, the program should calculate if the number is a certain percentage of the final number that needs to be checked if it is prime or not.

AlexEngine95 commented 1 month ago

Added to dev branch, will be pushed to main once other issues have been resolved.