Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
pattern
//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>=1;j--) { if(j<=i) { Console.Write("* "); } else { Console.Write(" "); } } Console.WriteLine("\n"); } } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Random number generator
q3 .net
sdrfgthyuytgrfdwcd
Call Class Methods with Interface
30272 Ex if...
Jennifer Lawrence hot season Live cam
mine
ParseIpRanges invalid character in string
stackoverflow_25444818
SHA Tester 2.1
Please log in to post a comment.