* Задача: квадрат от звездички
Незнам как да направя това с for цикъл?
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Тестове
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("***");
Console.WriteLine("* *");
Console.WriteLine("***");
}
}
}