Math, asked by shashanktilleri, 3 months ago

function main()
What will be the output generated ve
{
OPTIONS
integer a=5, b=7
switch(a)
I am 5
{
I am not 5
case 5: print "I am 5"
break
I am different
case b: print "I am not 5"
break
This code will generate an er
default: print "I am different"
}
}
23
inBook​

Answers

Answered by ashnalohiya2612
1

Answer:

good morning.....................

Similar questions