How do you check to see if the user didn\'t input anything at a cin command and simply pressed enter?
cin will not continue with the program unless the user enters at least 1 character (enter doesn't count). If the user doesn't give ANY input, cin will just keep waiting for the user to give input and then press enter.