The Tools of Programming-Hello World/ Data Types
Channel:
Subscribers:
1,210
Published on ● Video Link: https://www.youtube.com/watch?v=RH-DMbV9yxE
public class Room
{
public static void main(String[] args)
{
int x =1 ; //...-1,0,1....
int y = 1;
String j = "Hello World";
System.out.println("x = " + x);
System.out.println (x +" "+ y);
System.out.println("j = " + j);
}
}
Other Videos By LegionBroadcast
2016-03-28 | Dual Stream: We are not Playing! |
2016-03-21 | Dual Stream: Fallout 4 |
2016-03-03 | Dual Stream: Stardew Valley! |
2016-03-03 | Dual Stream: Elite: Dangerous! |
2016-02-27 | Dual Stream: Project Zomboid! |
2016-02-26 | Dual Stream: Project Zomboid! |
2016-02-05 | Couple Dual Stream: PULSAR: Lost Colony? |
2016-01-21 | The Tools of Programming- If Statements |
2016-01-20 | Couple Dual Stream: Minecraft!? |
2016-01-19 | Couple Dual Stream: RollerCoaster Tycoon 2 (Open Souce) !? |
2016-01-18 | The Tools of Programming-Hello World/ Data Types |
2016-01-18 | Couple Dual Stream: Minecraft!? |
2016-01-17 | The Tools of Programming-What do you think? |
2016-01-17 | Couple Dual Stream: Minecraft!? |
2016-01-17 | Couple Dual Stream: Minecraft!? |
2016-01-16 | Couple Dual Stream: Civilization: Beyond Earth!? |
2016-01-15 | Couple Dual Stream: Guild Wars 2!? |
2016-01-15 | Couple Dual Stream: Guild Wars 2!? |
2016-01-14 | Couple Dual Stream: Skywars!? |
2016-01-10 | Couple Dual Stream: SkyWars !? |
2016-01-09 | Couple Dual Stream: PlanetSide 2 !? (We are back!) |
Tags:
Arma