Computer Science, asked by mmodi3081, 4 months ago

Explain If - Then - Elself statement​

Answers

Answered by purveshKolhe
0

Answer:

it used for giving the cases

Explanation:

CLS

Let a = 1

let b = 5

if a =< b then

print "hi"

elseif a= b then

print "you are late"

else print "there is nothing to show"

Similar questions