Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.69K
~204 People Reached
Favorite Forums
Favorite Tags
c x 1

1 Posted Topic

Member Avatar for coolfriends

/*********************************************/ /* Programer: */ /* */ /* Program 64: Square Deal */ /* */ /* Approximate completion time: 1 hour */ /*********************************************/ #include <stdio.h> /* initializes functions and array */ int A[15][15]; int prime(int n); int square(int n, int i, int o); int main( int argc, char *argv[] ) { …

Member Avatar for 1qazxsw2
1
204

The End.