Program to check whether the given number is Buzz Number or not
Answers
Answered by
1
If num%10==7 means if the last digit of the number is 7 and num%7==0 means if the remainder is zero on dividing number by 7 i.e. if the number is divisible by 7. If any of the above condition is true then the number is a Buzz Number else it is not a buzz number
Explanation:
hope it helps you ☺️☺️☺️
Answered by
0
Answer:
if it end with 7 or it divisible by 7
Similar questions