Question: Write a program in MIPS assembly language that implements the following: 1. Ask the user to input his/her name 2. Greet the user with his/her
Write a program in MIPS assembly language that implements the following:
1. Ask the user to input his/her name
2. Greet the user with his/her name and ask for an integer. The message should look like Hello (user name), please input an integer and press Enter.
3. If the integer is odd print The integer is odd
4. If the integer is even print The integer is even
5. Terminate with politely greeting the user using his/her name. The message should look like Goodbye (user name) , thank you for your input"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
