Make a program that asks for a password.
If it is the correct password, it should show "Welcome to the system".
If it is the wrong password, it should show “Wrong password! Go home ... ”.
(You choose the correct password in your program.)
2. Make a program that asks the user:
"Do you like programming?"
If the answer is "Yes", the program should show: "Fun to hear :-)."
Otherwise, the program should show: "Fight on anyway!"
3. Make a program that shows & quot; What is your favorite color? & Quot; and lets the user type
in a color. Depending on the color entered by the user, the program should display differently
messages. For example. in the following way:
If the user has entered "red", it is displayed: "Red is sweet"
If the user entered "blue", it is displayed: "Blue is wet"
If the user has entered "yellow", it is displayed: "Yellow is ugly"
If the user has entered a different color, it appears: "Fun color."