- 2
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.
1 Antwort
0
why don't do it yourself?
example 3*4=12 4*5=20 2*3=6 a number which is a product of two consecutive numbers.