Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
pattern2
//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) { for(int i=1 ; i <= 5 ; i++) { for (int j=5 ; j>=i ;j--) { Console.Write(" "); } for(int k=1; k<=i; k++) { Console.Write("*"); } Console.WriteLine(); } } } }
run
|
edit
|
history
|
help
0
foreach
ExtensionDateTime
3
SingleLinkedList c# operations
linq sort
Intuit // C# // Lecture_4 // Laba_#2 _ZAD#2
Viktor's example
test
input
Ortalama Hesaplayici