Check a number if the Database. Write MIPS assembly code for the
following requirements.
Given the following code for the data segment.
.data
Database: .word 1,2,3,4,5,6,7,8,9,10
Ask user to type in a random integer number using syscall #5.
Check if this number is within the database or not, print out
"number found!" if the number was foudn in the database, print out
"No such number found in database!" if not.