User profile: roundtwo

User info
User name:roundtwo
History
Joined:
Number of posts:4
Latest posts:

2D Array function matching 3 characters
I'm working on an assignment that is asking to take a 3X10 2D array and determine if there are three...

counting negatives OR positives in array
Thank you Andy and Keskiverto for you help! Andy i think i need line 15 to read "else if", because...

counting negatives OR positives in array
I realized i did not name my bool var. seems to work now. [code]#include <iostream> using namespac...

counting negatives OR positives in array
The homework is to count the number of positive numbers in an array if bool is "true" and count the ...