Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Klamry dla Andy'ego
//'main' method must be in a class 'Rextester'. //Compiler version 1.8.0_111 import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { if(false) { System.out.println("klamra z 2 instrukcjami - wszystkie instrukcje nie zostaną wyświetlone (czyli dwie)"); System.out.println("druga instrukcja z klamry - nie zostanie wyswietlona"); } if(false) System.out.println("Bez klamry - nie zostanie wyświetlona bo to pierwsza instrukcja po if, a warunek to false"); System.out.println("Bez klamry - jest to druga instrukcja po if wiec bedzie wyswietlona"); } }
run
|
edit
|
history
|
help
0
hw1p1
hextoepeen
JAVA regex for only allow numbers
Java recursive test
Fibonacci 2
Hello world
collectors and stream
binary square root
Java Switch
PE #9