Microsoft Small Basic

Program Listing: TJJ853
For loop=1 To 30
x = Math.GetRandomNumber(600)
y = Math.GetRandomNumber(480)
size = Math.GetRandomNumber(150)
GraphicsWindow.FontSize = size
GraphicsWindow.BrushColor = GraphicsWindow.GetRandomColor()
GraphicsWindow.DrawText(x, y, "Hello")
EndFor