Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
true or false
//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) { //change the bool to true or false bool i = true; if(i) Console.WriteLine("The bool is true"); else Console.WriteLine("The bool is false"); } } }
run
|
edit
|
history
|
help
0
z
IEqatable simple object compare
IP ADDRESS THING
Random number between 1 - 100 between each value of 10 there will be a differnt message
COMPLEX NUMBER
D16
Task List
enum.TryParse
linq sort
Call Class Methods with Interface