Can anyone give me a hint to how to read in first, and then I will try to work from there?
Thanks!
#include <stdio.h>
int main(void)
{
int numbers[10000];
int oddsum, evensum, result;
printf("Enter an array of intergers:\n");
scanf("%d", &numbers);
return 0;
}

New Topic/Question
Reply




MultiQuote



|