Today we will code Fizz Buzz challenge.
The idea here is to print Fizz if a number is divisible by 3
To print Buzz if a number is divisible by 5
To print Fizz Buzz if a number is divisible by both 3 & 5
In any other case just print the number.
In case of any query email me: [email protected]
Follow on Instagram: @codejavawithsaqib / / codejavawithsaqib
#Java
#CoreJava
#JavaProgramming
#FizzBuzz
#InterviewProblem
#JavaCoding