Lesson 15 of 32 • 0 upvotes • 11:26mins
This lesson explains how to use switch statement in Java. The syntax is explained with the help of two examples. It also covers how switch is helpful in making Menu Driven Programs.
32 lessons • 5h 22m
Features of Java Core
10:37mins
Object Oriented Features of Java
13:05mins
Software required to code in Java
7:08mins
First Program in Java
11:27mins
How to execute a Java Program
8:35mins
Output statements in java using System.out
9:15mins
Data types in JAVA
12:22mins
Unary Operators in Java, Increment and Decrement operators
11:55mins
Binary operators in java
10:57mins
Ternary (Conditional) Operator in Java
7:54mins
Taking User Input in Java
8:47mins
Checking conditions using if statement
10:27mins
Using else if ladder in Java
11:15mins
Using Nested if else in Java
9:10mins
Switch statement in Java, Menu Driven Programs
11:26mins
Fall through in Switch and Arithmetic Calculator
10:11mins
Few more example of Switch Statement
8:30mins
Iteration or Repetition in Java
9:28mins
Using for loop : syntax and its application
13:07mins
Program examples using for loop
10:16mins
Program to Calculate Factorial of a number
9:28mins
Programs to find sum of series
9:37mins
Working of while loop in Java
10:50mins
Syntax and working of do while loop
9:37mins
Program to calculate HCF of two numbers
10:17mins
Program to check if a number is Armstrong number or not
9:39mins
Program to find reverse of a number and check for Palindrome
9:24mins
Program to find LCM of two numbers
10:24mins
Using break and continue statement in Java
8:27mins
Program to check if a number is Prime or not.
9:52mins
Program to check password validation in three attempts maximum
8:45mins
Nesting of loops
9:41mins