using System;
public class Program
{
public static void Main()
string str = @"Welcome User,
Kindly wait for the image to
load";
Console.WriteLine(str);
}