User profile: Paul012345

User info
User name:Paul012345
History
Joined:
Number of posts:3
Latest posts:

How to find a sphenic number
bool isSphenic (int numbers){ int i,j,arr[numbers+1],ans ; arr[0]=0 ; arr[1]=1 ; an...

Passing an array of numbers to a function
I am trying to find if the numbers from a file stored in an array are perfect numbers. I am having i...

Passing an array of numbers to a function
I am trying to find if the numbers from a file stored in an array are perfect numbers #include <i...