Computer Science, asked by SaraAgrawal112233, 1 year ago

write differences between select... Case statement and Do... while statement.

Answers

Answered by piyushatre29
4

difference between Case statement and do while statement is

do while is a exit controll loop which first execute and then  check the condition means if you use it then it will one time execute first the while operation is perform

as ( first

do

{

....

...

..}

while(...)


Case statement is work on selection or we can say that matching case

is the case is matched it will executed forward otherwise the default statement will execute



please  rate my answer and mark it brainleist

Similar questions