Write in LC-3 language. Your task is to implement the text analysis program which asks the user to enter a text. Assume that the text is shorter than 99 characters, the user only types upper-case, lower-case characters, numbers, and spacebar. Your program should...