Computer Science, asked by xytyfg, 4 months ago

function maino
{
integer a=5, b=7
switch(a)
{
case 5: print "I am 5"
break
case b: print "I am not 5"
break
default: print "I am different"
}
output​

Answers

Answered by riyaatschool
4

Answer:

I am 5

Explanation:

please mark brainliest

Similar questions