Computer Science, asked by inchara2005, 7 months ago

WAP in JAVA to input a number and check and print whether it is a Pronic number or not. (Pronic numbers are the product of two consecutive integers.)

Answers

Answered by Snehpriyanshu
7

Explanation:

A number is a Pronic Number or Heteromecic 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 first few pronic numbers are: Input a number : 110 Pronic Number.

Similar questions