We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9693460 commit 4529da1Copy full SHA for 4529da1
26-4-16 lab Q3.cpp renamed to Prime Finder.cpp
@@ -2,7 +2,7 @@
2
using namespace std;
3
4
int main(){
5
- //code to find if a number is prime or not
+ //code to find if a number is prime or not (could be optimized)
6
int i,count=0,j,f;
7
for(i=2;i<=300;i++){
8
count =0;
0 commit comments