-
Notifications
You must be signed in to change notification settings - Fork 341
Open
Description
#include
#include
using namespace std;
int main() {
string partnerName = "Alexa Jane campenciño"; // replace with your name
string months = "3";
string date = "October 14";
cout << "Happy 3rd Monthsarry, Boo!" << endl;
cout << "To my partner, " << partnerName << "," << endl;
cout << "From the moment I met you, I knew you were someone special." << endl;
cout << "These past " << months << " months have been an incredible journey," << endl;
cout << "and I'm so grateful to have you by my side." << endl;
cout << "On this day, " << date << ", I want to celebrate" << endl;
cout << "the love, laughter, and adventures we've shared." << endl;
cout << "I love you more and more with each passing day." << endl;
cout << "Happy Monthsarry, Boo!" << endl;
cout << "- Alexa Jane Campeciño" << endl;
return 0;
}
Metadata
Metadata
Assignees
Labels
No labels