#include <iostream>
#include <stdlib.h>
using namespace std;
int main()
{
//Changing Font Colors of the System
system("Color 7C");
cout << " ****CEB Electricity Bill Calculator**** " << endl;
cout << " *** MENU *** " <<endl;
return 0;
}