Problem 55865. Maior Primo
Dado um valor inteiro N, qual o maior valor primo <= N
MaiorPrimo(5) = 5;
MaiorPrimo(10) = 7;
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers42
Suggested Problems
-
Reverse the elements of an array
1023 Solvers
-
465 Solvers
-
351 Solvers
-
190 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
331 Solvers
More from this Author20
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!