-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
Hacktoberfest-AcceptedMake your Pull Request for Hacktoberfest 2023Make your Pull Request for Hacktoberfest 2023JavaBasic Java ProgramsBasic Java Programsgood first issueGood for newcomersGood for newcomers
Description
Add Java Program to Check Buzz Number
- A number is called a buzz number if it is divisible by 7 or it ends with 7. For example- 7, 17, 27, 37, 47 are buzz numbers because they end with 7.
- Similarly, the numbers 7, 14, 21, 28, 35, 49 are also buzz numbers because they are divisible by the number 7.
- The first few buzz numbers are:- 7 14 17 21 27 28 35 37 42 47 49 56 57 63 67 70 77 84 87 91 97 98 105 107 112 117 119 126 127 133 137 140 147 154 157 161 167 168 175 177 182 187 189 196 197
Metadata
Metadata
Assignees
Labels
Hacktoberfest-AcceptedMake your Pull Request for Hacktoberfest 2023Make your Pull Request for Hacktoberfest 2023JavaBasic Java ProgramsBasic Java Programsgood first issueGood for newcomersGood for newcomers