function main()
integer a=5, b=7
switch(a)
{
case 5: print "I am 5"
break
case b: print "I am not 5"
break
default: print "lam different"
}
}
Answers
Answered by
6
Answer:
what we need to do in it
Explanation:
I am not understanding
Similar questions