03 Java FizzBuzz

preview_player
Показать описание
In this video I'll explain how to solve a very popular problem called "Fizz Buzz"
Рекомендации по теме
Комментарии
Автор

Thank you for this, it worked on my Java too 😊😊😊

roshellecoronel
Автор

Thank you so much for your explanation. I understood this program logic

kirane
Автор

Just a little improovement to use even less characters: %3 ==0 && i%5 ==0 is the should be the same as %15=00
I didn't try yet but it has to work.

ASVMatze