Defect Description
In switch part of simulation if I input 0 in it then the code gets stuck at 'if' statement.
Steps to reproduce the issue
Go to experiment of Basic control flow and in that go to simulation section , then go switch statement section and in that input 0 value and run the code. You will find that loop gets stuck at 'if' statement.
Expected Result
It should go in else statement and output INVALID INPUT.
Actual Result
No output , it gets stuck at 'if' statement.
Defect Description In switch part of simulation if I input 0 in it then the code gets stuck at 'if' statement. Steps to reproduce the issue Go to experiment of Basic control flow and in that go to simulation section , then go switch statement section and in that input 0 value and run the code. You will find that loop gets stuck at 'if' statement. Expected Result It should go in else statement and output INVALID INPUT. Actual Result No output , it gets stuck at 'if' statement.