WebDevProjects icon indicating copy to clipboard operation
WebDevProjects copied to clipboard

Create To_check_a_PrimeNumber

Open hs0513 opened this issue 2 years ago • 0 comments

This is a C++ Program that will help the user input a number and check if that number is a prime or not. This is a simple and basic program for beginner's with a time complexity of O(n);

hs0513 avatar Oct 08 '22 11:10 hs0513