Question: Create a program using MIPS assembly language. The program will do the following: Prompt the user to enter a letter indicating Celsius or Fahrenheit C
Create a program using MIPS assembly language.

The program will do the following: Prompt the user to enter a letter indicating Celsius or Fahrenheit C or c indicates that temperature entered is in Celsius. F or f indicates that temperature entered is in Fahrenheit. If the letter entered is not C, c, F, or f, print out error message "Wrong Letter!". Prompt the user to enter an integer indicating the temperature matching the letter just entered. Convert the temperature to its counterpart. Here are the two formulas for your reference. F = (9 * C/5) + 32 C = 5 * (F - 32)/9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
