+ 21
Merry Christam to all :)
15 Réponses
+ 16
Thanks
+ 10
cout << "You too mate!" << endl;
+ 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;
}
+ 6
Happy Christmas to all my Christian friends. 😘
+ 5
merry christmas
+ 5
YOU TOO! :-D
+ 5
thanks 
+ 4
Happy New Year to all programmers out there!
+ 3
System.out.println("Happy new year ");
+ 2
tnx
+ 1
same 2 u all😘😘
+ 1
thanks 
+ 1
same to u 😊
+ 1
Merry Christmas and advance Happy New Year 2018 to all! 
https://code.sololearn.com/cweTi5QbJ6N5/?ref=app
https://code.sololearn.com/cX0mbGIMFt0U/?ref=app
0
Merry Christmas!



