The output of the following code snippet is ________ ( ) Int iNum=2; Switch(iNum) { case 1.5: printf(ONE AND HALF); Break; case 2: printf(TWO); case 4: printf(FOUR); }
Reveal answer
Fill a bubble to check yourself
The output of the following code snippet is ________ ( ) Int iNum=2; Switch(iNum) { case 1.5: printf(ONE AND HALF); Break; case 2: printf(TWO); case 4: printf(FOUR); }