Search:

Type: Posts; User: jocdrew21

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    768

    Looks like I need a switch statement then. I want...

    Looks like I need a switch statement then. I want it to keep asking the user to enter a,d,c or e and if anything else is entered I want to display a invaild statement.
  2. Replies
    5
    Views
    768

    This is outputs addcontact over and over no...

    This is outputs addcontact over and over no matter what I input!!!!


    void accessPrompt(char user_request)
    {

    bool running = true;

    while (running == true) {
  3. Replies
    5
    Views
    768

    My while statement is never ending!!!

    This while statement is not cooperating and I am not really sure why. I tried to say while not equal to true and later false, but both produce a never ending loop. I know I posted this before and I...
Results 1 to 3 of 3