Computer Science, asked by xytyfg, 6 months ago

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 deepmalagandhar24
6

Answer:

what we need to do in it

Explanation:

I am not understanding

Similar questions