ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,151 results

Informatics
How to create Java Login Tutorial Using If, Else If, and Else Statement for Authentication Easy Step

Java Login Tutorial: Using If, Else If, and Else Statements** Welcome to this Java programming tutorial! In this video, you'll ...

9:45
How to create Java Login Tutorial Using If, Else If, and Else Statement for Authentication Easy Step

24 views

10 months ago

vlogize
Resolving Java else if and else Issues in Loops with the Scanner Class

Learn how to fix the problem of Java `else if` and `else` conditions not responding in a loop when using the `Scanner` class.

1:57
Resolving Java else if and else Issues in Loops with the Scanner Class

2 views

3 months ago

Área Tech Brasil
JAVA Tutorial | Control Structures - How to use if else

✅Check out my Java Programming course: https://areatechbrasil.com.br/fundamentos-de-programacao-com-java/ In this class, you ...

14:52
JAVA Tutorial | Control Structures - How to use if else

592 views

5 months ago

Bit Logic 10
Your First Java Program! (Name, Age, and If/Else)

Ready to write your first Java code? In this beginner-friendly video, we'll walk through a simple Java program that asks for your ...

2:34
Your First Java Program! (Name, Age, and If/Else)

74 views

4 months ago

Mao Piseth
🎯 Java Episode 3: System.out.println, Input Scanner, BigDecimal, if-else Explained Clearly

Java Programming for Beginners – Episode 3 In this video, you'll learn: ✓ How System.out.println() works and shortcuts: sout, ...

36:00
🎯 Java Episode 3: System.out.println, Input Scanner, BigDecimal, if-else Explained Clearly

12 views

6 months ago

Escuela de Informática
⌨️ Curso de Java #2: Leer Datos con Scanner 📥 + if para Tomar Decisiones 🤖

Aprende a leer datos del usuario en Java con Scanner y a tomar decisiones con if! En este video explicaremos cómo obtener ...

13:16
⌨️ Curso de Java #2: Leer Datos con Scanner 📥 + if para Tomar Decisiones 🤖

150 views

10 months ago

vlogize
How to Use Multi-Word Strings in Java’s If-Else Statements

Discover how to correctly handle strings with spaces in Java if-else statements. Learn the difference between `next()` and ...

1:34
How to Use Multi-Word Strings in Java’s If-Else Statements

2 views

9 months ago

PrograLabs
If, else if y else en Java con ejemplo real (Inventario)

Haz que tu programa interactúe con el usuario y responda con lógica! Aprende if en Java desde cero. En este tutorial ...

12:56
If, else if y else en Java con ejemplo real (Inventario)

99 views

8 months ago

Chic Code
Check if a Number is Positive or Negative | Java

... in Java using Scanner ✓ How to use if, else if, and else statements ✓ How to write clean, readable code that makes decisions.

2:05
Check if a Number is Positive or Negative | Java

16 views

7 months ago

GeeksforGeeks
DSA In Java | If Else | Java in One Shot | If Else in Java | Java Course

Tayyari Batch Link - https://www.geeksforgeeks.org/courses/placement-prep-programming-data-structures-algorithm Class ...

2:43:11
DSA In Java | If Else | Java in One Shot | If Else in Java | Java Course

43,548 views

5 months ago

Pareto Code
Java | If-Else Statements: Simplifying Decision-Making!

Welcome to Episode 2 of the Pareto Code Core Curriculum! In this video, we're making our programs smart and interactive. You'll ...

10:02
Java | If-Else Statements: Simplifying Decision-Making!

31 views

4 months ago

PrograLabs
¿Cómo Leer Datos del Usuario en Java? Todo Sobre Scanner

Quieres que tus programas Java interactúen con el usuario? Aprende a usar la clase Scanner ¡Bienvenido a Progralabs! En este ...

11:58
¿Cómo Leer Datos del Usuario en Java? Todo Sobre Scanner

300 views

9 months ago

vlogize
How to Effectively Loop User Input with Scanner in Java

Learn how to implement a `loop` in Java using the `Scanner` class to ensure user inputs are correctly validated and formatted.

1:59
How to Effectively Loop User Input with Scanner in Java

4 views

7 months ago

Technical Coder
Java Lecture 5 : If else statement & else if bwith  Example | Java for Beginners #coding#java

Welcome to Java Lecture 5! In this video, you will learn how to use Java operators and implement if-else conditions using ...

20:48
Java Lecture 5 : If else statement & else if bwith Example | Java for Beginners #coding#java

4 views

5 months ago

Jenny's Lectures CS IT
Java Control Statements - if & if else | JAVA Placement Course

Placement Oriented NEW Batch of my “Mastering DSA with Java Course " (Code : BEST500) ...

58:52
Java Control Statements - if & if else | JAVA Placement Course

7,800 views

4 months ago

Fyp Coder
Java Program to Check Odd or Even | Beginner-Friendly | Fyp Coder

Are you just starting with Java programming? In this quick and easy tutorial, you'll learn how to write a simple Java program that ...

1:05
Java Program to Check Odd or Even | Beginner-Friendly | Fyp Coder

3 views

9 months ago

raymondd_code
Java Program that accept user input_using scanner. #code #java #programming

Create a Java program. 2. Ask the user to input their age. 3. Use if-else if-else statements to determine the discount and fare. 4.

13:05
Java Program that accept user input_using scanner. #code #java #programming

3 views

3 months ago

Technical Coder
Java Lecture 4: Operators & If-Else Statement with Keyboard Input | Java for Beginners #coding#java

Welcome to Java Lecture 4! In this video, you will learn how to use Java operators and implement if-else conditions using ...

25:53
Java Lecture 4: Operators & If-Else Statement with Keyboard Input | Java for Beginners #coding#java

9 views

5 months ago

Gilbert Naibaho
Pemograman Java Scanner dengan menggunakan if,else if, dan else ( Kategori Usia )
12:56
Pemograman Java Scanner dengan menggunakan if,else if, dan else ( Kategori Usia )

6 views

2 months ago

Java With Thant
Nested Boolean Expressions | Grade Evaluation | Using if/else Logic

Scanner ကိုသုံးပြီး User Input လက်ခံ ပထမဦးဆုံးမှာ Scanner class ကိုသုံးပြီး User ...

9:16
Nested Boolean Expressions | Grade Evaluation | Using if/else Logic

24 views

4 months ago

vlogize
Resolving Scanner Issues in Java: How to Read All Numbers from a File

Discover why your Java file scanner reads only the last number and how to fix it for accurate average score calculations.

1:40
Resolving Scanner Issues in Java: How to Read All Numbers from a File

1 view

4 months ago

JavaWithNandini
User Input in Java Using Scanner | Beginner Friendly | Day 20 #userinputinjava#scannerclassjava

In Day 20 of our Java beginner series, we learn how to take user input in Java using Scanner. Topics covered: - Why input is ...

8:07
User Input in Java Using Scanner | Beginner Friendly | Day 20 #userinputinjava#scannerclassjava

67 views

9 days ago

vlogize
Understanding How to Use Java Scanner to Read Strings Correctly

Learn how to effectively use the Java Scanner to read strings correctly, and understand the importance of using the `equals()` ...

1:39
Understanding How to Use Java Scanner to Read Strings Correctly

0 views

7 months ago

Haritron Tech Lab
Java Program to Check Even or Odd Numbers 🔢 | Complete Beginner Tutorial with Explanation

In this video, we dive deep into a simple yet fundamental Java program that checks whether a number is even, odd, or zero. If ...

1:22
Java Program to Check Even or Odd Numbers 🔢 | Complete Beginner Tutorial with Explanation

4 views

7 months ago

vlogize
Solving the Resource Leaked Warning in Java: Managing Scanner Properly

Discover how to eliminate the `Resource leaked` warning in Java when using Scanner. Learn best practices through a clear, ...

1:46
Solving the Resource Leaked Warning in Java: Managing Scanner Properly

0 views

9 months ago