Code a C Program that will input an integer value. Conditions are the following:
If the number is divisible by 3, print the message "FIZZ".
If the number is divisible by 5, print the message "BUZZ".
If the number is both divisible by 3 and 5, print the message "FIZZBUZZ".
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here