The Tools of Programming- If Statements
Channel:
Subscribers:
1,210
Published on ● Video Link: https://www.youtube.com/watch?v=lQF52R0iKdY
public class Room
{
public static void main(String[] args)
{
boolean flag = false;
if (flag == true && true)
{
System.out.println("1");
}
else if (flag == true)
{
System.out.println("2");
}
else
{
System.out.println("3");
}
}
}
Other Videos By LegionBroadcast
2016-03-29 | 7 |
2016-03-29 | 6 |
2016-03-29 | Dual Stream: Michael is just doing tricks! |
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!? |
Tags:
Programming
Java
C++
C#
tutorial