Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write a MIPS program that analyzes a string. Ask a user to enter a string (sentence or paragraph of their choice). You may assume that
write a MIPS program that analyzes a string.
Ask a user to enter a string (sentence or paragraph of their choice). You may assume that the string will not be longer than 100 characters.
Print the string ( to screen), or print an appropriate error message if the string is empty Print a table showing the following information about the string:
the number of characters
the number of words
the number of sentences
the number of uppercase letters
the number of lowercase letters
the number of spaces
the number of punctuation marks
I use mars4.5 to do mips
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started