2D Array function matching 3 charactersI'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 arrayThank you Andy and Keskiverto for you help! Andy i think i need line 15 to read "else if", because...
counting negatives OR positives in arrayI realized i did not name my bool var. seems to work now. [code]#include <iostream> using namespac...
counting negatives OR positives in arrayThe homework is to count the number of positive numbers in an array if bool is "true" and count the ...