Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

can anyone help me in that question by solve it ??

2 vues (au cours des 30 derniers jours)
neveen aburomman
neveen aburomman le 21 Déc 2016
Clôturé : MATLAB Answer Bot le 20 Août 2021
A prime number (or a prime) is an integer number greater than 1 that has no positive divisors other than 1 and itself.
The first six prime numbers are: 2, 3, 5, 7, 11, and 13.
We can see that the 6th prime is 13.
Write a MATLAB script to print the first 50 primes numbers
  2 commentaires
Walter Roberson
Walter Roberson le 21 Déc 2016
We are not a homework service. You need to show what you have done and ask specific questions.
David Barry
David Barry le 21 Déc 2016
Try this.
out = 42;

Réponses (1)

Walter Roberson
Walter Roberson le 21 Déc 2016

Cette question est clôturée.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by