C#C
C#9mo ago
Zilly

✅ Grid Layout

else if (entercount == dialogue.Length && printcount == dialogue.Length)
{
    Console.Clear();
    for (int height = 0; height < 15; height++)
    {
        for (int width = 0; width < 17; width++)
        {
            Console.Write("[]");
        }
    }
}
Was this page helpful?