Merry Christam to all :) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 21

Merry Christam to all :)

25th Dec 2016, 4:32 PM
Vladislav Vulchev
Vladislav Vulchev - avatar
15 Answers
+ 16
Thanks
1st Jan 2017, 3:11 PM
Giorgi R.
Giorgi R. - avatar
+ 10
cout << "You too mate!" << endl;
25th Dec 2016, 4:34 PM
Norbivar
Norbivar - avatar
+ 7
include <iomanip> using namespace std; int main() { cout << endl << endl; int i = 1; int j = 10; for (j = 10; j > 0; j--) { cout << setw(j); int k = 0; while (k < i) { cout << "*"; k++; } if (i == 7) { cout << " MERRY CHRISTMAS :D"; } if (i == 11) { cout << " and HAPPY NEW YEAR"; } i = i + 2; cout << endl; } for (j = 1; j < 3; j++) { cout << setw(11) << "***" << endl; } return 0; }
30th Dec 2016, 5:40 PM
Jimmy Juarez
Jimmy Juarez - avatar
+ 6
Happy Christmas to all my Christian friends. 😘
2nd Jan 2017, 7:10 AM
Hamidreza Fathi
Hamidreza Fathi - avatar
+ 5
merry christmas
30th Dec 2016, 4:33 AM
Anurag Sinha
+ 5
YOU TOO! :-D
30th Dec 2016, 10:11 AM
Filip Guzdek
Filip Guzdek - avatar
+ 5
thanks
30th Dec 2016, 10:41 PM
vadim lepilov
vadim lepilov - avatar
+ 4
Happy New Year to all programmers out there!
31st Dec 2016, 2:24 PM
Paulo Das Babes
+ 3
System.out.println("Happy new year ");
1st Jan 2017, 7:34 PM
Ahnis Aneja
Ahnis Aneja - avatar
+ 2
tnx
1st Jan 2017, 11:41 AM
kiya
kiya - avatar
+ 1
same 2 u all😘😘
7th Jan 2017, 6:05 PM
himanshi
+ 1
thanks
7th Jan 2017, 7:58 PM
Максим Чумаков
Максим Чумаков - avatar
+ 1
same to u 😊
8th Jan 2017, 5:33 AM
Lakshya Sharma
Lakshya Sharma - avatar
25th Dec 2017, 12:42 PM
Agnibha Chakraborty
Agnibha Chakraborty - avatar
0
Merry Christmas!
24th Dec 2017, 8:47 AM
Cuttek
Cuttek - avatar