create a flowchart, a code and a pseudocode that will accept username 'a' and password 'b'..
if the username is correct, continue entering password while it's incorrect, display the word 'error'..
if the password is correct, end the program..
if not, retype the password again.
the code must be in c++..
help plz..
