Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
V
//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=0; i <=5;i++) { for (int j = 1 ; j <= i ; j++) { Console.Write("V"); } for (int l= 1;l<=5-i;l++) { Console.Write(" "); } for (int l= 1;l<=5-i;l++) { Console.Write(" "); } for(int k =1; k <= i; k++) { Console.Write("V"); } Console.WriteLine(); } } } }
run
|
edit
|
history
|
help
0
Returning object as parameter (pre-example without overloading)
Explicit Interface Examplle
13
tool
Y Fibonnoci
Linear search vs. Binary search
Inheritance
Reverse Array
ExerciseI
https://rextester.com/ZZVYV85848