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
-
Determine the number of odd integers in a vector
813 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1247 Solvers
-
Rounding off numbers to n decimals
5476 Solvers
-
1688 Solvers
-
Matlab Basics II - Create a vector with a repeated entry
249 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!