Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
For - box
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. 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 halfway = 25; for (int a = 1; a != 50; a++) { Console.Write(a); if (a == halfway) { Console.Write(" HALFWAY "); } } for (int b = 1; b != 50; b++) { Console.WriteLine(b); if (b == halfway) { Console.WriteLine(" HALFWAY "); } if (b == 49) { for (int c = 1; c != 50; c++) { Console.Write(c); if (c == halfway) { Console.Write(" HALFWAY "); } } } } } } }
run
|
edit
|
history
|
help
0
Math 9.4
s
Full text search using Linqdb
Fórum ➡ DataTable #1's rows that are NOT present in DataTable #2 ♦
ashok
19.05.2020
30272 Example1
hay
Generic Interface basic
zicaC#