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
~476 People Reached
Favorite Forums
Favorite Tags
c++ x 4

2 Posted Topics

Member Avatar for Dee_Dee

I have to write a program that will check each value in the array for a negative number then the program must either print "The array has no negative values" or "The array has at least one negative value". We have to use the funcion anynegatives(int a[], int arraysize) This …

Member Avatar for SpS
0
267
Member Avatar for Dee_Dee

My program is suppose to read positive and odd numbers and add their sums but any negative numbers they are not suppose to count or be added to the sum. My error message is coming up when I type a negative number in but I think it's still being counted …

Member Avatar for Dee_Dee
0
209

The End.