Question: 1. Write a MIPS code that output the header for your program (the date is combination of integer and string output also you may reuse
1. Write a MIPS code that output the header for your program (the date is combination of integer and string output also you may reuse the header code for other upcoming program/labs). In your program you prompt the user to enter two numbers and performs addition, subtraction, multiplication, and division on two numbers and output the results
================================================================================
Program Description: This program program written to mimic a very basic calculator
Author: Your name
Creation Date: 09/05/2016
===============================================================================
Sample output could look like: =============================================================================
Program Description: This program program written to mimic a very basic calculator
Author: Mary Jonson
Creation Date: 09/05/2016
=============================================================================
Please input the two numbers?
23 12
Sum is: 35 Difference is: 11 Product is: 276 Quotient is: 1 Remainder is: 11
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
