if, if-else, else-if & Nested Conditions, switch, break, continue
এই ভিডিওতে আমরা শেখব if, if-else, else-if এবং Nested if কীভাবে ব্যবহার করতে হয়।
ভিডিওতে থাকছে:
- Conditional statements দিয়ে decision making
- Pass/Fail check করার জন্য logic তৈরি করা
- A+ grade চেক করা এবং flow diagram অনুযায়ী program structure
- Nested if এবং multiple condition কিভাবে handle করতে হয়
Switch Case condition
কিভাবে একাধিক শর্ত পরীক্ষা করে কোড কার্যকর করা যায়, এবং প্রতিটি পরিস্থিতির জন্য আলাদা কোড ব্লক ব্যবহার করা যায় তা উদাহরণ, pseudocode, এবং flow-diagramের মাধ্যমে দেখানো হয়েছে।
In this video, you will learn:
- Introduction to the concept of
switch-case
- Writing hands-on code step by step
- Understanding why
break
statements are needed - Handling multiple nested cases effectively
- Converting characters using ASCII values
- Using the
toLower
function in C - Tips to make code more readable and structured
- Wrap-up and feedback on the exercise
ভিডিওটি দেখার পরে আপনি সহজেই বুঝতে পারবেন switch-case এর কাজ এবং কোডকে আরও readable এবং structured করার উপায়।