Draw a flowchart for a program which asks the user to enter a password. If the user enters "HiThere!" then print "Welcome" and continue (indicate continuation with a dotted line) If they enter a different password, print "Wrong Password" and end the program.