Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0294e09

Browse files
committed
Readme.md add
1 parent 4c50829 commit 0294e09

File tree

9 files changed

+131
-21
lines changed

9 files changed

+131
-21
lines changed

‎.idea/vcs.xml‎

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/workspace.xml‎

Lines changed: 104 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
914 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
JAVA MAIN METHOD
373 Bytes
Binary file not shown.

‎src/README.md‎

Whitespace-only changes.

‎src/section1/Main.java‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
public class Main {
44
public static void main(String[] args) {
5-
5+
// Primitive Data Types
6+
boolean varBoolean = true;
7+
byte varByte = 2;
8+
short varShort = -300;
9+
char varChar = 'M';
10+
int varInt = 934;
11+
long varLong = 10000;
12+
float varFloat = 9.2f;
13+
double varDouble = 43d;
14+
System.out.println(varChar);
615
}
716

817
}

‎src/section1/README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
JAVA MAIN METHOD

‎src/section2/Main.java‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package section2;
2+
3+
public class Main {
4+
public static void main(String[] args) {
5+
6+
7+
8+
}
9+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /