Problem 55860. Número Repetido
Dado um número inteiro N, verifique se o número é composto apenas do mesmo inteiro
VerificaRepetido(123) = false;
VerificaRepetido(111) = true;
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers29
Suggested Problems
-
Determine Whether an array is empty
775 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
378 Solvers
-
Append two matrix as shown below example
225 Solvers
-
Finding perimeter of a rectangle
459 Solvers
-
394 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!