Programming Examples
Cpp program to check number is buzz number or not
Write a cpp program to input a number form user and check whether number is buzz number or not.
A number is said to be Buzz Number if it ends with 7 or is divisible by 7.
Output
Enter any integer 78
Not a buzz number