diff --git a/HAPPY BIRTHDAY IN C++.txt b/HAPPY BIRTHDAY IN C++.txt new file mode 100644 index 0000000..887abee --- /dev/null +++ b/HAPPY BIRTHDAY IN C++.txt @@ -0,0 +1,13 @@ +//WISHING HAPPY BIRTHDAY +#include +using namespace std ; +int main() +{ + while(alive) + { + if(Day == DayInDOB && Month == MonthInDOB) + cout<<"H@99y B!rThd@y :)" ; + else + update Day and Month and Alive status xD ; + } +}