Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Print dulicate chars in a string
Easy prgm
Linq Func Action
Number of Digits in a Number
Cs
Async Multithreading
Intuit // C# // listing_4.4 (StreamReader // input.txt)
Enumerable expansion
Why do my posts keep getting deleted?
borrar_xml_tags_vacios
Please log in to post a comment.