Skip to content

Commit 124cfab

Browse files
committed
init
0 parents  commit 124cfab

File tree

5 files changed

+18
-0
lines changed

5 files changed

+18
-0
lines changed

Example1.class

515 Bytes
Binary file not shown.

Example1.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
public class Example1 {
2+
public static void main(String[] args) {
3+
int time = 20;
4+
String result = (time < 18) ? "Good day." : "Good evening";
5+
System.out.println(result);
6+
}
7+
}

Hello.class

415 Bytes
Binary file not shown.

Hello.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class Hello {
2+
public static void main(String[] args){
3+
System.out.println("Hello World");
4+
}
5+
}

tempCodeRunnerFile.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
public class Main {
2+
public static void main(String[] args) {
3+
byte myNum = 100;
4+
System.out.println(myNum);
5+
}
6+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy