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
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers33
Suggested Problems
-
Matlab Basics II - Create a vector with a repeated entry
249 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
355 Solvers
-
Delete x value in given vector y.
101 Solvers
-
121 Solvers
-
99 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!