Write a code to input a number and check weather it is a pronic number or not. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Write a code to input a number and check weather it is a pronic number or not.

example 3*4=12 4*5=20 2*3=6 a number which is a product of two consecutive numbers.

23rd Mar 2018, 1:15 PM
Swayam Singh
Swayam Singh - avatar
2 Answers
+ 3
there is already challenge for this in sololearns challenge list if i remember correctly?
23rd Mar 2018, 1:19 PM
Markus Kaleton
Markus Kaleton - avatar
+ 3
There is already a challenge about this. Follow the link. You can show off your own implementation in the comments and see the implementations in different languages of others https://www.sololearn.com/learn/4727/?ref=app
23rd Mar 2018, 2:20 PM
cyk
cyk - avatar