Dado um número inteiro n, retorne 'buzz' se esse valor for multiplo de 5, ou retorne o valor caso contrario.
Buzz(5) = 'buzz';
Fizz(10) = 'buzz';
fizz(7) = 7;
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers50
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52900 Solvers
-
All your base are belong to us
576 Solvers
-
Calculate the area of a triangle between three points
3425 Solvers
-
Who is the smartest MATLAB programmer?
791 Solvers
-
Calculate the average value of the elements in the array
1744 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!