User: mralex42

  • Public profile

User profile: mralex42

User info
User name:mralex42
History
Joined:
Number of posts:5
Latest posts:

array declare must have const value
Making 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 value
I'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