[Feature] Add Buzz Number Calculator #885
Labels
calculator addition 📱
Addition of new calculator
enhancement ✨
New feature or request
gssoc
GSSOC Open Source Program
level3
Advanced task
Description
I can add a buzz number calculator which can check a number is buzz or not.
A number is said to be Buzz Number if it ends with 7 OR is divisible by 7. The task is to check whether the given number is buzz number or not. Examples: Input : 63 Output : Buzz Number Explanation: 63 is divisible by 7, one of the condition is satisfied.
Screenshots
No response
Checklist
Code of Conduct
The text was updated successfully, but these errors were encountered: