Irfan Turk
Followers: 0 Following: 0
Statistiques
All
RANG
10 182
of 301 513
RÉPUTATION
4
CONTRIBUTIONS
0 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
2
RANG
of 21 310
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Réponse apportée
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; ...
plus de 6 ans il y a | 2
Réponse apportée
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...
plus de 6 ans il y a | 0


