Write a program that manually prints 16 dots to the screen starting at coordinate (50,300) and then every 10 pixels to the right for each subsequent dot. Start the first dot with color 0 and final dot with colour 15.
Save as "027a.t".
Create a file named colours.txt (in Notepad) that includes a reference table with the colour numbers (0-15) and their corresponding colours.
Save as "colours.txt".