Irfan Turk
Followers: 0 Following: 0
Statistics
All
RANK
10,158
of 300,742
REPUTATION
4
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 21,061
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
I need a program to check prime numbers
%This code find all prime numbers %upto the entered number clear all; N=input('Prime Numbers until:'); if N<2 return; ...
I need a program to check prime numbers
%This code find all prime numbers %upto the entered number clear all; N=input('Prime Numbers until:'); if N<2 return; ...
6 years ago | 2
Answered
Writing a function to find prime numbers
You can find all prime numbers upto a certain number with the following code %This code find all prime numbers %upto the enter...
Writing a function to find prime numbers
You can find all prime numbers upto a certain number with the following code %This code find all prime numbers %upto the enter...
6 years ago | 0


