Not able to find error in this ques

code link:https://ide.codingblocks.com/s/82352

Hi Rohan,
You should print invalid operation in default case of switch and you should use break statement after printing ans in each case and also in the test condition of do - while loop you should use and logical operator in place of or operator.