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