Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
c# kare çizimi
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { Console.WriteLine(); int kare_sayisi = 25; for (int i = 0; i < kare_sayisi; i++) { Console.Write("* "); } Console.Write("\n"); for (int i = 0; i < kare_sayisi-2; i++) { Console.Write("*"); for (int j = 0; j < kare_sayisi-2;j++) { Console.Write(" "); } Console.Write(" *"); Console.Write("\n"); } for (int i = 0; i < kare_sayisi; i++) { Console.Write("* "); } } } }
run
|
edit
|
history
|
help
0
Find the minimum subset sum difference
Unary example
Main5.2
regex
mo3dal
Project Euler Problem 4
an attempt at making a usable code thing
Sum of 3
সদফঘজ্যুয়হতগ্রফেদ
merge sort