I have Post the Code
How to Wait show message Console Application
==================================================
class Program
{
static void Main(string[] args)
{
Console.Write("Jehovah-Jireh Provider For Me.");
Console.Out.Flush();
var name = Console.ReadLine();
}
}