My first playground!
Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
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;
}
}
}
//{
//}
Press desired key combination and then press ENTER.
Why do I have this space?
This space is useless to me therefore I will waste it by doing so.
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content