Playing with stars in C# ******* ***** *** * class Program { static void Main( string [] args) { int row, col = 0, n = 5; int k = n; for (row = 0; row <= n; row++) { for ( int r = 0; r <= row; r++) { ...
A blog about software and web app learning/coding, revolving around .net, JavaScript, sql, html, css and whatever technical I found in this beautiful world.