array declare must have const valueMaking the array larger would put unpredictable values at default right? I dont really want it to ha...
How to use a while loop to ensure that the program ask the user if he would to continue?also, your makeJuice function does nothing...
How to use a while loop to ensure that the program ask the user if he would to continue?put your entire main function in loop, not just prompt.
How to use a while loop to ensure that the program ask the user if he would to continue?do { your main function char yesOrNo cout << "Again? (y/n)"; cin >> yesOrNo } while ...
array declare must have const valueI'm trying to create an bool array that is the size of a variable. When Using the code below i get t...
This user does not accept Private Messages