Answered You can hire a professional tutor to get the answer.

QUESTION

Write in LC-3 language. Your task is to implement the text analysis program which asks the user to enter a text.

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 perform a number of simple analysis such as counting how many characters the user has typed, how many of them are upper-case letters, lower-case letters, and spaces. The output of your program could be as below:

Please enter a text: Hello World 123                                         

The text you have typed is: Hello World 123                             

Totally, it has 15 characters including spaces                           

It has 2 spaces                                                                            

It has 2 upper-case letters                                                          

It has 8 lower-case letters

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question