static void Main(string[] args) {
string s = ""; s = "★ ★★ ★★★ ★★★★ ★★★★★"; Console.WriteLine(s); Console.ReadLine(); }