Prince Kumar
DAY-06.Q.2.Demo showing getter/setter accessing private variable.
DAY-06.Q.1. Explanation of encapsulation and data hiding.
DAY-05.Q.2. Demo creating multiple objects of same class.
DAY-05.Q.1. Explanation of this keyword and constructor usage.
DAY-04.Q.2. Recursion in java with example(Factorial).
DAY-04.Q.1. Method overloading in Java.
DAY-03.Q.2 Difference between if-else and switch statement in java.
DAY-03. Q.1 Control Flow in java.
DAY-02. Q.2 Java Type Casting Tutorial | Implicit & Explicit Type Casting Explained
DAY-02. Q.1 Explaining types of variables in Java with examples.
DAY-01.Q.2. Installing Java and running your first program.
DAY-01 Q.1Explanation on how JVM works internally.
Day-03 Q.1 Explanation of 'Types of operators in C with examples'.
DAY-02 Q.1 Explaining how scanf work.
Day-01 Q.2 Structure of C program
Day-01 Q1 .Why C is still popular after 50 years.
DAY-07 Q.2. Explaining a recursive solution to the factorial problem.
DAY-07 Q.1 Explaining the types of functions in your preferred programming language.
Day-06 Q.2 Array insertion and deletion operation.
DAY-06 Q.1 Explaning array traversal techniques.
DAY-05 Q.2 demonstrating a palindrome String check .
DAY-05 Q.1 Explaining character-level processing in strings.
DAY-04 Q.2 Explaining logic behind a given number-based problem.
Day-04 Q.1 explaining the working of nested loops in pattern printing.
Day-03 Q1.explaining how a for loop works with an example.
Day-03 Q2.explaining the working of break and continue statements.
Day-02 Q2.explaining the working of an if-else decision-making structure.
Day-02 Q1. explaining how relational and logical operators work in a program.
Day-01 Q2. explaining arithmetic operators with examples.
Day-01 Q1.explaining how input and output work in a program.