public class DataTypeProgram
public static void Main() {
const string countryName = "Ukraine";
const char lastLetter = 'R';
Console.WriteLine("Let's support {0}!!!. \nI made this program on March {1} {2}."
+ "\nWill BBM win this year's election? >>{3} \nThe last letter of my first name is {4}.", countryName, toDay, year, prediction, lastLetter);