using System;
public class Program
{
public static void Main()
string demo = "hello c# world 123!".ToUpper();
Console.WriteLine(demo);
}