Click here to hide categories Click here to show left categories
User: Home welcome : Guest Log In / Register here
static void Main(string[] args) { for (int a = 1; a <=10; a++) { Console.WriteLine("*"); } Console.ReadLine(); } Output: