Change The Codes Into Mips Instruction Int Door; Cout > Door; If (door == 1) { Cout

匿名用户 最后更新于 2021-11-29 17:10 计算机类Computing

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”;}

已邀请: