using System;
public class Program
{
public static void Main()
var name = "{0}";
Console.WriteLine(string.Format($"Di you want to delete the rollowing user? {name}"));
}