Basic output – ASCII art

include

using namespace std;

int main() {

// Draw tree cout << "   *   " << endl; cout << "  ***  " << endl; cout << " ***** " << endl; cout << "*******" << endl; cout << "  ***  " << endl;  cout << endl << endl << endl;  // Draw cat cout << " /   / " << endl; cout << "   o o " << endl; cout << "  =   = " << endl; cout << "   --- " << endl;  cout << endl << endl << endl;  // Draw semi cout << " _________________ || " << endl; cout << " |^^^^^^^^^^^^^^^^||____ " << endl; cout << " |   Super Cool   |||''|'__,__ " << endl; cout << " | ______________ |||__|__|__|)| " << endl; cout << " (@)@)''''''''''**|(@)(@)**|(@) " << endl;  return 0;

}

 

<h5 style="

"Our Prices Start at $11.99. As Our First Client, Use Coupon Code GET15 to claim 15% Discount This Month!!":

Get started