Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
stars
//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 row = 1 ; row <=3 ; row ++) { for ( int col = 1 ; col <= row ; col++) { Console.Write( " * "); } Console.WriteLine(); } } } }
run
|
edit
|
history
|
help
0
Find the missing number in an array1
never use floats for money
Delegate-ModifyObject
test using C#2019
CommandForce1
Конструктор классов + static
Operator Overloading + Operator
isbn
Math 10.0 (Added no repeat random numbers)
Max occured character in a string