Computer Science, asked by MelonSlice13, 1 month ago

write a program to accept the age of a person and check whether the person is eligible for driving license in small basic for class 6th

Answers

Answered by hellosweetsugar1
0

Answer:

CLS

       INPUT "ENTER FIRST NUMBER";A

       INPUT "ENTER SECOND NUMBER";B

       IF A>B THEN  

       PRINT " THE GREATER NUMBER IS";A

       ELSE

       PRINT "THE GREATER NUMBER IS";B

       END IF  

       END

Similar questions