This puzzle requires you to build a Python program that first assigns an age and weight, then uses
conditional statements (if/elif/else) to determine two things:
A **greeting** based on the user's **age** (Child, Adult, or Senior).
A **body category message** based on the user's **weight** (Light, Balanced, or Heavy).
The final message combines both categories and is printed to the console.
💡 Tip: Double-click any block in the middle column to return it, or use the Reset button!