#include <stdlib.h>#include <iostream.h>void main(){ cout<<"Boring..."<<endl; system("color 0B"); cout<<"AMAZING!"<<endl;}