Question: using mips 1- Write a program that prompts the user to enter a number, and displays This number is positive if the entered number is
using mips
1- Write a program that prompts the user to enter a number, and displays This number is positive if the entered number is positive otherwise, displays This number is negative if it is negative . Here is a sample run:
Enter an integer number: 5
This number is positive
Enter an integer number: -10
This number is negative
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
