Computer Science, asked by aniketsaha85, 8 months ago

Write a program to input a number and check and print whether it is a 'Pronic' number or not. Use a function int Pronic(int n) to accept a number. The function returns 1, if the number is 'Pronic', otherwise returns zero (0).

Answers

Answered by indrajeet13062
1

Answer:

Write a program to input a number and check and print whether it is a 'Pronic' number or not. Use a function int Pronic() to accept a number. The function returns 1, if the number is 'Pronic', ... (Hint: Pronic number is the number which is the product of two consecutive intege

Explanation:

I think it is helpful for you.

please follow me and make me a brainlist

Similar questions