Valentine's Special

Valentine's Special

Hey guys!! I have created a small Coding project on Valentine's day Special...
It's my first post on my website , so please upvote me .
Because a day of love=a day of coding!♥️

Here is the source code

#include <iostream>
using namespace std;
// Created. by Harsh //
class myClass
{
int a;
char b;
public:
myClass()
{
cout << "***************************"<<endl;
cout << "*                         *"<<endl;
cout << "*                         *"<<endl;
cout << "* VALINTINE'S             *"<<endl;        
cout << "*                         *"<<endl;
cout << "*                         *"<<endl;
cout << "***************************"<<endl;
cout << "             *"<<endl;
cout << "             *"<<endl;
cout << "             *"<<endl;
cout << "             *"<<endl;
cout << "             *"<<endl;
cout << "             *"<<endl;
cout << "****************************"<<endl;
cout << "*                          *"<<endl;
cout << "*                          *"<<endl;
cout << "*        DAY               *"<<endl;
cout << "*                          *"<<endl;
cout << "*                          *"<<endl;
cout << "****************************"<<endl;
}
};
int main()
{
myClass T[3];
return 0;
You can run it on by using the link given below
Run it and see the Interesting result 😊
It's very exciting ...and don't forget to upvote me.https://code.sololearn.com/cCDekWQQSidL/?ref=app