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
~176 People Reached
Favorite Forums
Favorite Tags
c x 2
Member Avatar for cjw3131

im just trying to use the inputted terms in the main function. the error is: [B]hwk6.c:10: error: expected ';', ',' or ')' before '*' token[/B] [code] #include <stdio.h> #include <math.h> int getTerms(void); int term1; int term2; int term3; int term4; int term5; int main(int term1*, int term2*, int term3*, int …

Member Avatar for Ancient Dragon
0
89
Member Avatar for cjw3131

[code=c] #include <stdio.h> #include <math.h> void getTerms(void); int getPattern(int* term1, int* term2, int* term4, int* term5); void patternAdd(int* term1, int* term2, int* term5); void patternMultiply(int* term1, int* term2, int* term5); int term1; int term2; int term3; int term4; int term5; int test1; int test2; int addval; int multval; int main(void) …

Member Avatar for Ancient Dragon
0
87