Change the codes into mips instruction
Int door;
Cout << “The door has been ( 1 - open / 2 - close/ 3 - open too long ): ”;
Cin >> door;
If (door == 1) {
cout << “the light is on”; }
Else if (door==2) {
cout << “the light is off”; }
Else if (door==3) {
cout << “the door is open for too long”;}
没有找到相关结果