Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
2
20250331
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patryk Czarnik
20250331
Commits
e4ffb433
Commit
e4ffb433
authored
Mar 31, 2025
by
Patryk Czarnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zabawy z nazwami
parent
ad56980e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Nazwy.java
src/main/java/gotowe/p02_zmienne/Nazwy.java
+5
-2
No files found.
src/main/java/gotowe/p02_zmienne/Nazwy.java
View file @
e4ffb433
...
@@ -2,6 +2,8 @@ package gotowe.p02_zmienne;
...
@@ -2,6 +2,8 @@ package gotowe.p02_zmienne;
public
class
Nazwy
{
public
class
Nazwy
{
public
static
final
int
BUFFER_SIZE
=
1024
;
public
static
void
main
(
String
[]
args
)
{
public
static
void
main
(
String
[]
args
)
{
// Nazwa nie może zaczynać się od cyfry
// Nazwa nie może zaczynać się od cyfry
//NK String 1rstElement = "pierwszy";
//NK String 1rstElement = "pierwszy";
...
@@ -24,8 +26,9 @@ public class Nazwy {
...
@@ -24,8 +26,9 @@ public class Nazwy {
String
李
=
"李"
;
String
李
=
"李"
;
System
.
out
.
println
(
李
);
System
.
out
.
println
(
李
);
\
u674e
=
"babajaga"
;
// podaję kod Unicode chińskiego znaczka
// dziala, le IntelliJ się czepia, więc zakomentuję
System
.
out
.
println
(
李
);
// babajaga
// \u674e = "babajaga"; // podaję kod Unicode chińskiego znaczka
// System.out.println(李); // babajaga
int
$a
,
a
;
// to są różne zmienne
int
$a
,
a
;
// to są różne zmienne
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment