read in a 3-character string from input into variable passwordstr. declare a boolean variable arealphas and set arealphas to true if the second and third characters of passwordstr are both alphabetic characters. otherwise, set arealphas to false. ex: if the input is 5zh, then the output is: