You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Problem: Read in a 2-character string from input into variable passCode. Declare a boolean variable isValid and set isValid to true if passCode contains a lowercase letter. Otherwise, set isValid to false.