Hi Sit , if we not give the break in all case in switch , if any one of the condition matched (ex : case :e matched ) , then the flow will go inside of all the case , which are there after the matched case (case ,i,o,u ) , it wont go inside the cases which there before to the matched cases (case a). please confirm me
@deviprasatharunachalam18052 жыл бұрын
Super na...
@gangap98514 жыл бұрын
Super sir..
@curious93812 жыл бұрын
count++ will execute only if the case is matched. Then how is it will increment if not matched?
@ramprasath15462 жыл бұрын
Other than education vowel counts are not coming as per your logic sir I tried putting aeroplane in string my vowels count are coming as 20 in consloe but as per logic only 10 please explain sir
@sureshjinju54475 ай бұрын
I think program Logic wrong.. if we won't write break statement, only matched case and after all cases execute...do not execute before cases..Please debug this program