Uppercase "toolliyo".
Ready — edit the code above and click Run.
using System;
class Program
{
static void Main()
{
string s = "toolliyo";
Console.WriteLine(s.ToUpper());
}
}
Try solving on your own first, then reveal the official answer.
ToUpperInvariant in production.