using System;
public class Program
{
public static void Main()
string text = "SoftUni";
char letter = text[4]; //U
}