Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
operatoru
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here for (int i=0; i<5; i++){ Console.WriteLine(i+"\n"); } int b = 0; while(b<4){ b++; if (b<=2) Console.WriteLine("new "+ b+"\n"); else continue; } int numer=0; do{ //numer=Convert.ToInt32( Console.ReadLine()); numer++; Console.WriteLine("numer: "+numer); }while (numer!=10); } } }
run
|
edit
|
history
|
help
0
Punnet Square Generator
Constructor inheriterance
jjj4
constructor execution sequence
Find smallest and largest in unsorted array
Get a webpage - the sync way
prime number
Cont monad in C#
smallestof3
C# enum flag comparison with bitwise operators