string sentence = "I love Java!"; string updatedSentence = sentence.Replace("Java", "C#"); Console.WriteLine(updatedSentence);