#include int main() { int color; for(color=1;color<=200;color++) { textcolor(color); cprintf("This is color %d\n",color); } return 0; }