Lego Mindstorms Application Mechanics Robolab NXT-G NXC
TextOut(0, 0, "x1 = ");
NumOut(0,40, n);
TextOut(8, 0, "x2 = ");
NumOut(8,40, n);
Wait(1000)