Help with simple codeYou could do it like this [output]- An array for desired quantities (meets 1D array requirement) - ...
Help with simple codeI'd say that your [code]cin >> priceBushel[num];[/code] line needs to be [code]cin >> num;[/code]. ...
can't find the problemIs checker aware of board_type?
How to check if number is not numeric?Ok. Since you've done if statements I'll assume you know what's going on with the switch statement ...
How to check if number is not numeric?Apologies. I should have explained my code. I'm out at the moment. When I get back to the computer I...