Using MARS improve the provided program: # An example MIPSbot program that shows
ID: 3666514 • Letter: U
Question
Using MARS improve the provided program:
# An example MIPSbot program that shows controlling MIPSbot's velocity
to draw the letters "JB"
Implement the pseudocode above for each line segment that you wish to display.
The coordinate system is that used by the Java graphics. The origin (0, 0) is at the upper left. X increases to the right, Y increases downward. The lower right corner is (512, 512).
The speed is not a specifiable value. Hypothetically, the MARSbot may move at different rates (mimicking uphill/downhill).
The MARSbot will be initially positioned at (0, 0).
Explanation / Answer
}
}