C-17-Q017mediumsingle_mcq
The relational operator used to test voting eligibility is:
The relational operator used to test voting eligibility is:
- a
== - b
>= - c
<= - d
!=
ব্যাখ্যা
Eligibility is tested with age >= 18, which uses the "greater than or equal to" operator >=. This ensures anyone aged 18 or older qualifies.