+ 15
Happy Programmers Day
Write your version https://code.sololearn.com/cD04c6k3R3Du/?ref=app int day = 13; string month = "September"; string msg; msg = (day == 13 & month == "September") ? "Programmers" : "Other"; Console.Write("Happy "); Console.Write(msg); Console.Write(" Day");
9 Answers
+ 6
Thank you
+ 5
đ
+ 3
You need to change the value of variable
+ 2
Always Say Happy Programmers Day
+ 2
Why? Just set the dynamic values of date and month
USE datetime.Now()
+ 1
Hola
+ 1
Your Welcome đ
+ 1
Never use static values.