ENTER CORRECT PASSWORD, THREE ATTEMPTS ONLY USING C++ WHILE-IF COMBINATION
Before I proceed, I want to give thanks to my viewers in YouTube as this is so far, the 'most viewed' video presentation that I created. (At this date, there is already 1,009 views (dated Nov, 30, 2021). Check this out... YouTube ENTER CORRECT PASSWORD, THREE ATTEMPTS ONLY USING C++ WHILE-IF COMBINATION There is one request from the YouTube 'comment box' regarding getting the source code. I will give it to all you at the end part of this blog but for the sake of those beginners and others who wish for me to explain each sections, it will be my great pleasure to give them in details. First - let's discuss what is the what-I-call 'WTD' or "WHAT-TO-Do" dialog. The cout<< is a C++ program syntax to 'display something' on the 'USER'S CONSOLE' before the blinking cursor appears. . Let's consider this as a C++ 'command code'. The main idea here is to give the user (not the programmer), an idea of what to do. It...