Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
c# yamuk çizgi
//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 satir, i, z; satir = 10; for (i = 1; i <= satir; i++) { Console.WriteLine("*"); for (z = 1; z <= i; z++) { Console.Write(" "); } } } } }
run
|
edit
|
history
|
help
0
Display the pattern like diamond by using c# for loop
MY
Sorting Square Problem
15
asxasxasd
UUEncode, UUDecode, XXEncode or XXDecode a string.
Upgrade
5
EDFCSCSA V
Coding Exercise