sujana-kamasany / javacodes

A repository that will guide in making your first contribution.
29 stars 111 forks source link

Pronic Number Program in Java #83

Open sujana-kamasany opened 2 years ago

sujana-kamasany commented 2 years ago

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

ioannakatsanou commented 2 years ago

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

tangorishi commented 2 years ago

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

Aayush-Kapur commented 1 year ago

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

sujana-kamasany commented 12 months ago

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 commented 11 months ago

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

sujana-kamasany commented 11 months ago

@20t3r sure please submit your solution!

Rohxn16 commented 11 months ago

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

Rohxn16 commented 11 months ago

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

Prizag commented 3 months ago

hey can i work on this