using System;
public class Program
{
public static void Main()
//Rian
Console.WriteLine("Printing your school name 10 times");
int x = 1;
while(x <= 10 );
Console.WriteLine("sishya");
x++;
}