Commit e4ffb433 by Patryk Czarnik

zabawy z nazwami

parent ad56980e
......@@ -2,6 +2,8 @@ package gotowe.p02_zmienne;
public class Nazwy {
public static final int BUFFER_SIZE = 1024;
public static void main(String[] args) {
// Nazwa nie może zaczynać się od cyfry
//NK String 1rstElement = "pierwszy";
......@@ -24,8 +26,9 @@ public class Nazwy {
String = "李";
System.out.println();
\u674e = "babajaga"; // podaję kod Unicode chińskiego znaczka
System.out.println(); // babajaga
// dziala, le IntelliJ się czepia, więc zakomentuję
// \u674e = "babajaga"; // podaję kod Unicode chińskiego znaczka
// System.out.println(李); // babajaga
int $a, a; // to są różne zmienne
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment