Program It Yourself in Java [Basics] - 4 - If-Statements

preview_player
Показать описание
Chris here, and in this tutorial I will teach you the concept of control flow within your program. Understanding and being able to utilize this is a milestone on your way to becoming a successful programmer.

Рекомендации по теме
Комментарии
Автор

Watched it just for the sake of entertainment.
Great job!

XCM
Автор

is there a difference between else and else if statements?

KingJay-ktsi
Автор

Hi understand this concept, but when u replaced " == " I'm confused....:(

HemanthKumar-zbyw
Автор

public class life {
public static void main(string[] ags) {
int myLife = 0}
int lifeNeededToBeBorn = 1
if (myLife >=1) {
System.out.println("a disgrace to has been born, a failure has been born")
}
}
}

senoel