Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Nice Stuff
//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 // 234 // 342 // 423 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { int start = 2, end = 7; for(int i = start; i <= end; i++){ for(int j = i, x = start; x <= end; x++){ Console.Write((j > end) ? (j++)-end+(start-1) : j++); } Console.WriteLine(); } int input = 3; for(int i = 0; i <= input; i++){ for(int j = i, x = 0; j <= input; j++){ Console.Write((char)(65+x++)); } Console.WriteLine(); } } } }
run
|
edit
|
history
|
help
0
XmlException in XmlSerializer.Deserialize when XML has \0
asdfrgyjukiuytre sdcd
scanf1
GYT
Get Round of 5 c# Vishal
Set Get
D18
Selection sort c#
Explorer Diamond
Ashraf