Political Science, asked by Anonymous, 1 year ago

Write the Output of the following program:

(a) CLS
age = 20
IF age >= 18 THEN
PRINT " You are eligible to vote"
ELSE

Answers

Answered by SallyPendleton
1

CLS

If input is given greater than or equal to 18 Then a sentence comes up like this :

You are eligible to vote

• Hope this helps, and please mark as Brainliest answer :)

Similar questions