Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Java Program to Check Buzz Number #85

Open
sujana-kamasany opened this issue Mar 4, 2022 · 10 comments
Open

Java Program to Check Buzz Number #85

sujana-kamasany opened this issue Mar 4, 2022 · 10 comments
Assignees
Labels
good first issue Good for newcomers Hacktoberfest-Accepted Make your Pull Request for Hacktoberfest 2023 Java Basic Java Programs

Comments

@sujana-kamasany
Copy link
Owner

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
@sujana-kamasany sujana-kamasany added good first issue Good for newcomers Java Basic Java Programs labels Mar 4, 2022
@adamstol
Copy link
Contributor

adamstol commented Mar 4, 2022

Hi I have a solution to this, can you assign it to me?

adamstol added a commit to adamstol/javacodes that referenced this issue Mar 4, 2022
Checks for Buzz Number as indicated in sujana-kamasany#85
@sujana-kamasany
Copy link
Owner Author

Hi I have a solution to this, can you assign it to me?

Sure, go ahead
i have assigned you

@jrodriq3
Copy link
Contributor

This is my first time trying to contribute, I didn't see where i could commit my code... I read in a comment above something about getting assigned. Do I need to be assigned in order to contribute?

@adamstol
Copy link
Contributor

@jrodriq3 typically if you want to take on an issue you request the owner or a contributor of the repository to assign you. When you're assigned you can create a pull request which is like merging your code to the main repository. I'm still quite new to this myself so I might've not described it very well but hope that helps! Good luck! Also, there are many youtube videos to help you get started on GitHub if you're interested just do a quick search :)

@jrodriq3
Copy link
Contributor

Thank You

@AmaanZubair
Copy link

Hi I have a simple solution for this please assign this to me

@tangorishi
Copy link
Contributor

HI i am new to open source contributions ,i think i have simple soluton to this ,can you assign it to me

@navyayadav12
Copy link

hey @sujana-kamasany can you please assign this to me.

@Ishant-Subhash-Dahiwale

Can you assign this to me

@sujana-kamasany sujana-kamasany added the Hacktoberfest-Accepted Make your Pull Request for Hacktoberfest 2023 label Oct 5, 2023
@Sbiswas001
Copy link
Contributor

Please check PR #178. I have added the Buzz number program.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
good first issue Good for newcomers Hacktoberfest-Accepted Make your Pull Request for Hacktoberfest 2023 Java Basic Java Programs
Projects
None yet
Development

No branches or pull requests

8 participants