> ## Documentation Index
> Fetch the complete documentation index at: https://learn.acadlink.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Decision Making — Questions

> Choose a question to practice.

<CardGroup cols={2}>
  <Card title="Q1 — Even or Odd" icon="terminal" href="/practice/c/decision-making/even-or-odd">
    Check whether a number is even or odd.
  </Card>

  <Card title="Q2 — Largest of Three Numbers" icon="terminal" href="/practice/c/decision-making/largest-of-three">
    Find the largest of three numbers using nested if-else.
  </Card>

  <Card title="Q3 — Grade Calculator" icon="terminal" href="/practice/c/decision-making/grade-calculator">
    Print a grade for a given mark using a switch statement.
  </Card>
</CardGroup>
