write differences between select... Case statement and Do... while statement.
Answers
Answered by
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
English,
6 months ago
Computer Science,
6 months ago
Computer Science,
1 year ago
Chemistry,
1 year ago
Chemistry,
1 year ago