Maurice Tutor

(5)

$15/per page/Negotiable

About Maurice Tutor

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Algebra,Applied Sciences See all
Algebra,Applied Sciences,Biology,Calculus,Chemistry,Economics,English,Essay writing,Geography,Geology,Health & Medical,Physics,Science Hide all
Teaching Since: May 2017
Last Sign in: 398 Weeks Ago, 4 Days Ago
Questions Answered: 66690
Tutorials Posted: 66688

Education

  • MCS,PHD
    Argosy University/ Phoniex University/
    Nov-2005 - Oct-2011

Experience

  • Professor
    Phoniex University
    Oct-2001 - Nov-2016

Category > Computer Science Posted 26 Aug 2017 My Price 5.00

MIPS program

Hello, I have a C program need to convert into MIPS program

The C program context is below:

#include
#include
#include
int main(int argc, char *argv[])
{
unsigned int i, j, X, val, digit;
char str[256];
printf("Please the base (in decimal): ");
scanf("%d", &X);
printf("Please enter a nonnegative number: ");
scanf("%s", str);
val = 0;
for (j=0; j
digit = str[j] - '0';
if (digit > 9) digit = str[j] - 'a' + 10;
val = val * X + digit;
}
printf("The decimal value is %u.n", val);
return 0;
}

Answers

(5)
Status NEW Posted 26 Aug 2017 10:08 PM My Price 5.00

Hel-----------lo -----------Sir-----------/Ma-----------dam-----------Tha-----------nk -----------You----------- fo-----------r u-----------sin-----------g o-----------ur -----------web-----------sit-----------e a-----------nd -----------and----------- ac-----------qui-----------sit-----------ion----------- of----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n.P-----------lea-----------se -----------pin-----------g m-----------e o-----------n c-----------hat----------- I -----------am -----------onl-----------ine----------- or----------- in-----------box----------- me----------- a -----------mes-----------sag-----------e I----------- wi-----------ll

Not Rated(0)