In this video, we break down the Nested If Else statement in Java in the simplest way possible — step-by-step, slow-paced, and fully beginner-friendly. Whether you're in Class 9 or Class 10 (ICSE / CISCE) or just starting to learn Java logic building, this lesson will help you understand how decision-making works using nested conditions.
We'll learn the syntax, understand how nested conditions execute, and solve two common exam programs: Triangle Classification and Voting Eligibility. These solved programs are explained line-by-line so you can learn how to think like a programmer, not just memorize code.
🧠 What You Will Learn
In this lesson, we focus on Java’s decision control statements and how nested if-else blocks allow us to handle multiple conditions. This is a very important topic for ICSE Computer Applications students, especially for logic-based questions and board exam coding problems. We also discuss how to identify real-life conditions, break them into logical checks, and implement them step-by-step in Java.
The programs included are exactly the type of questions asked in exams, school tests, lab practical, and viva sessions. So if you're preparing for Class 9/10 ICSE, looking for simple Java programs, or want to get better at logic-building, this video is perfect for you.
NOTES & RESOURCES
Website : https://sshrizvi.notion.site/CISCE-Co...
Notes : https://sshrizvi.notion.site/L051-Nes...
Full Course Playlist : • Computer Applications | Java | ICSE Class ...
Chapter Playlist : • Conditional Construct in Java | Class 9 | ...
TIMESTAMPS
0:00 Introduction
0:47 Nested If Else
10:17 Syntax (Nested If Else)
13:08 Working (Neted If Else)
17:03 Programs
17:38 Program No. 1 (Angled Triangle Classification)
35:36 Program No. 2 (Voting Eligibility)
44:08 BYE! BYE!