Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Pronic Number Program in Java #83

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

Pronic Number Program in Java #83

sujana-kamasany opened this issue Mar 4, 2022 · 9 comments
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

Java program to check whether the given number is the pronic number or not

A pronic number is a number which is the product of two consecutive integers, that is, a number of the form n(n + 1).

The pronic number is also called oblong numbers, heteromecic numbers, or rectangular numbers.
The first few Pronic numbers are::- 0, 2, 6, 12, 20, 30, 42, 56, 72, 90, 110, 132, 156, 182, 210, 240, 272, 306, 342, 380, 420, 462 …

image

@sujana-kamasany sujana-kamasany added good first issue Good for newcomers Java Basic Java Programs labels Mar 4, 2022
@ioannakatsanou
Copy link
Contributor

Hello, could you assign to me this issue? I have a solution for this :)

ioannakatsanou added a commit to ioannakatsanou/javacodes that referenced this issue Apr 7, 2022
 Pronic Number Program in Java sujana-kamasany#83
@tangorishi
Copy link
Contributor

hey if the issue isnt solved you can assign this to me

@Aayush-Kapur
Copy link

Hey @sujana-kamasany , is this still open?
If yes , I would love to contribute to this issue for this repository.

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

Hey @sujana-kamasany , is this still open? If yes , I would love to contribute to this issue for this repository.

Hey @Aayush-Kapur Yes you can submit your code

@20t3r
Copy link

20t3r commented Oct 14, 2023

@sujana-kamasany Hi can I also try this one out?

@sujana-kamasany
Copy link
Owner Author

@20t3r sure please submit your solution!

@Rohxn16
Copy link
Contributor

Rohxn16 commented Oct 15, 2023

Can I work on this issue? I see some people are already on it...is multiple submissions accepted?

@Rohxn16
Copy link
Contributor

Rohxn16 commented Oct 15, 2023

@sujana-kamasany I have submitted a pr. Requesting review.

sujana-kamasany added a commit that referenced this issue Oct 16, 2023
Added code for pronic number. Closes #83
@Prizag
Copy link

Prizag commented Jun 17, 2024

hey can i work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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

7 participants