Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
Checking time span between two timezone times
MC
Types
Puzz1
services
length
Testing email address validation
Invoke method via reflection
Random number IF var change
xpath select element code
stackse - search stackoverflow differently
Please log in to post a comment.