-
Notifications
You must be signed in to change notification settings - Fork 109
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
Comments
Hello, could you assign to me this issue? I have a solution for this :) |
Pronic Number Program in Java sujana-kamasany#83
hey if the issue isnt solved you can assign this to me |
Hey @sujana-kamasany , is this still open? |
Hey @Aayush-Kapur Yes you can submit your code |
@sujana-kamasany Hi can I also try this one out? |
@20t3r sure please submit your solution! |
Can I work on this issue? I see some people are already on it...is multiple submissions accepted? |
@sujana-kamasany I have submitted a pr. Requesting review. |
Added code for pronic number. Closes #83
hey can i work on this |
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 …
The text was updated successfully, but these errors were encountered: