My first playground!
JollyJungle
4,920 views
My First Playground!
This Java template is my first one uploaded on tech.io. It doesn't even work.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// {
public class Main {
public static void main(String[] args) {
// }
String name = "Viewer!";
int j = 1;
if(j == 1){
System.out.println("Hello " + name);
}
else if(j == 2){
System.out.println("Goodbye " + name);
}
if(j == 1){
j = j + 1;
}
else if(j == 2){
j= j-1;
}
}
}
//{
//}
Why do I have this space?
This space is useless to me therefore I will waste it by doing so.
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.