Filtering and Conditional Logic
📖 Scenario: You are organizing a community event and have a list of participants with their ages. You want to find out who is eligible to participate in the adult activities, which require participants to be 18 years or older.
🎯 Goal: Build a simple filtering process to identify participants who are 18 years old or older using conditional logic.
📋 What You'll Learn
Create a list of participants with their ages
Set an age limit for adult activities
Use conditional logic to filter eligible participants
List the names of eligible participants
💡 Why This Matters
🌍 Real World
Filtering and conditional logic are used in many real-life situations like event planning, customer segmentation, and decision making based on criteria.
💼 Career
Understanding how to filter data and apply conditions is essential for roles in data analysis, programming, and business operations.
Progress0 / 4 steps