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
1 Posted Topic
Re: Square deal in C
/*********************************************/ /* 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[] ) { …
The End.
1qazxsw2