Recent content by heyhey
-
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")...- heyhey
- Thread
- Mips
- Replies: 1
- Forum: Programming and Computer Science