using System;
public class Program
{
public static void Main()
int counter;
for ( counter = 1; counter <= 6; counter++)
Console.Write( " * ");
}
}// end main
}// end class