+ 6
Console.WriteLine("MERRY CHRISTMAS");
2 Answers
+ 12
for ( int i=0; i<3; i++ )
{
Console.WriteLine("I wish you a merry christmass,");
}
Console.WriteLine("And a happy new year!");
0
Run and smile đ may God bless our family and friends.
Merry Christmas
https://code.sololearn.com/cbk0gyT9uWKM/?ref=app



