Problem 55815. Fizz
Dado um número inteiro n, retorne 'fizz' se esse valor for multiplo de 3, ou retorne o valor caso contrario.
Fizz(3) = 'fizz';
Fizz(6) = 'fizz';
fizz(7) = 7;
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers47
Suggested Problems
-
17109 Solvers
-
Split a string into chunks of specified length
1715 Solvers
-
598 Solvers
-
933 Solvers
-
Find the max element of the array
1532 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!