Dado um valor inteiro N, qual o maior valor primo <= N
MaiorPrimo(5) = 5;
MaiorPrimo(10) = 7;
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers45
Suggested Problems
-
Sum of diagonal of a square matrix
1637 Solvers
-
07 - Common functions and indexing 3
427 Solvers
-
Find out sum of all elements of given Matrix
534 Solvers
-
Back to Basics - Find no. of elements in a matrix?
327 Solvers
-
1698 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!