Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
c# değişik bir çizim
//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) { int N = 100; for (int i = 1; i <= N; i++) { for (int j = 0; j < i; j++) { Console.Write("*"); } Console.WriteLine(); } for (int i = N; i >= 1; i--) { for (int j = 0; j < i; j++) { Console.Write("*"); } Console.WriteLine(); } Console.ReadKey(); } } }
run
|
edit
|
history
|
help
0
Singly-linked IList<T> in C#
group by
Welcome
Two lines of Random number
Home work3 finding Min and Max (to theGit)
Error
asaaaaa
How do I calculate someone's age in C#?
Collection_ basic datastructure brushup
circular linked list