Recent content by heyhey

  1. H

    MIPS Input/Output: Translate & Test Program

    This is the program I need to translate: main() { int i; int number=0; int result=0; for(i=0; i<10; i++){ printf("Testing:"); scanf("%i",&number); result = PerfectSquare(number); if(result==0) printf("Fail\n")...
Back
Top