Java-Programs icon indicating copy to clipboard operation
Java-Programs copied to clipboard

Buzz Number in Java

Open Arghadip-Chatterjee opened this issue 1 year ago • 0 comments

Buzz number is another special number in Java that ends with digit 7 or divisible by 7. Unlike Prime and Armstrong numbers, the Buzz number is not so popular and asked by the interviewers.

In simple words, a number is said to be Buzz if it ends with 7 or is divisible by 7.

Arghadip-Chatterjee avatar Oct 15 '23 10:10 Arghadip-Chatterjee