What is the output of code corresponding to the following program segment if ?
If Age >= 18 Then
Write "You are eligible to vote."
Else
Set - Age
Write "You can vote in " + Years + " years."
End If
a. You are eligible to vote.
b. You can vote in 18 years.
c. You are not eligible to vote.
d. You cannot vote in 0 years.