using System.Collections.Generic;
using static System.Console;
public static void Main()
var result = Transform("abcde");
result.ToList().ForEach(WriteLine);
public static IEnumerable<string> Transform(string str)
var split = str.Split(w);
yield return split[0] + char.ToUpper(w) + split[1];