Response 2 | Computer Science homework help

simply a response to a discussion 100 words

The “if” and “else” selection statements allows a program to proceed to the next step. You can see this process happening almost everywhere in today’s technology. The “if” portion tells the program the “cin” was true and the “else” portion tells the program if the “cin” was false. For example, a person types their password to log into an email account. If the password was right, the program proceeds to the following page that displays the inbox and all other email options. If the password was wrong, or else, then the program will display an error page or a try again page.