consider the following declaration. char chararray[51]; char discard; assume that the input is: hello there! how are you? what is the value of discard after the following statements execute? cin.get(chararray, 51); cin.get(discard); discard