+ 7

if(country=="Tajikistan")

say hello from Tajikistan.

2nd Nov 2017, 6:28 AM
Akbar Gulov
Akbar Gulov - avatar
2 Answers
+ 6
string country, text=""; country=Console.ReadLine(); if(country=="Tajikistan") text="Š”Š°Š»Š¾Š¼ Š¼Š°Ń€Š“уŠ¼!"; else text="Visit Tajikistan"; Console.WriteLine(text);
2nd Nov 2017, 6:36 AM
Akbar Gulov
Akbar Gulov - avatar
+ 3
country = input() while(True) if(country = "Britain"): print("RULE BRITANNIA") else: print("How hath thou escapĆ©d mine King's empire?") break šŸ˜ŽšŸ‡¬šŸ‡§
2nd Nov 2017, 8:31 AM
Will Johnson