Skip to content

Commit 4529da1

Browse files
authored
Update and rename 26-4-16 lab Q3.cpp to Prime Finder.cpp
1 parent 9693460 commit 4529da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

26-4-16 lab Q3.cpp renamed to Prime Finder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using namespace std;
33

44
int main(){
5-
//code to find if a number is prime or not
5+
//code to find if a number is prime or not (could be optimized)
66
int i,count=0,j,f;
77
for(i=2;i<=300;i++){
88
count =0;

0 commit comments

Comments
 (0)