I completed the task successfully; however, my question is about reading from the keyboard. Initially, I wasn't meeting the requirement because my loop to read Strings from the keyboard was greater than 8. However, I only entered Strings via the keyboard. Why is this not considered reading 8 Strings from the keyboard? After the 8th String that was entered, it will continue to loop but there won't be any input to read. Please clarify if you can. Thanks.