Answered step by step
Verified Expert Solution
Question
1 Approved Answer
P2. Write a MIPS program using MARS IDE that will ask the user to enter the users Full name (First Name, Middle Name and Last
P2. Write a MIPS program using MARS IDE that will ask the user to enter the users Full name (First Name, Middle Name and Last Name) with space in between and all in small letters. Write instructions to change the first letters of First Name, Middle Name and Last Name to Upper case and display. (15 points) Use Input - Your Own name Example- ranjidha nmn rajan (all in small letters) Objective is to understand data segment, so no loops required, manually see the positions of First middle and the last name and change the first letters of each to Capital Letter Output shout be Ranjidha Nmn Rajan
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started