When reading strings from a file, what should the strings be initialized to if you want to find the greatest string value and the least-greatest string value. If initialized as "" the smallest value will not be read because "" ASCII value is lower than a letter character.