Assignment 10: Login
Description
On average most people have at least 3 usernames and passwords. Most systems or web resources require some type of login.
Task
Create a program that asks the user for a username and password. Assume the only account available has a username of "student" and a password of "password". If the user gets either part of the log in incorrect shut the down the computer. If the user successfully logs in, send them to Computer Programming CTE website (www.baysidehs.net/CTE).
Post a screen capture of your program being executed a couple of times.
Post a screen capture of the code.
Question
When dealing with && and ||, what is meant by short curcuit?