// # Write a C# Sharp program to create a new string where 'if' is added to the front of a given string. If the string already begins with 'if', return the string unchanged.
// WEZ DEVELOPER COS DORADZ!!!!
using System;
public class Program
{
public static void Main()
Start();
Console.ReadLine();
}
public static void Start()
string textValue;
Console.WriteLine("Please enter a text: ");
textValue = Console.ReadLine();