Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
TestKlasse
//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; public class TestKlasse { public static boolean activated = false; public static void start() { activated = true; System.out.println("Gestartet!"); } public static void stop() { activated = false; System.out.println("Gestoppt!"); } public static void main(String[] args) { if (activated) { System.out.println("Aktiviert!"); } else { System.out.println("Deaktiviert!"); } start(); if (activated) { System.out.println("Aktiviert!"); } else { System.out.println("Deaktiviert!"); } } }
run
|
edit
|
history
|
help
0
Mintra url string replace
Hello World
enigma 2
hello...
Switch on String
Fórum GroupBy ➡ Sum & Aggregate customers' names
z x xc x
IEqatable simple object compare
The abstract factory design pattern implemented in c# using generics.
eg