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
file hasher
Problem_rstring
Coding
Main5.3
601
Remove Duplicates from a string
hay
sintildes
Stackoverflow 28125983
Date Diff