in the above code I don’t have the `break` for `ca...
# announcements
a
in the above code I don’t have the
break
for
case 0
so that it’ll execute
case 1
along with it in java.. how do i achieve it in kotlin since there is no
break
statements used?