Discussion on Week-01

Discussion on Week-01

Number of replies: 21

Discuss on Week-01 content if you have any problem and confusion. 

Conditional Statement 

Loop

Break & continue

Array

In reply to First post

Re: Discussion on Week-01

by Md.Sakibur Rahman -

on of code which is outside the loop.


The common use of break statement is in switch case where it is used.

For (expression)

{

     Statement 1;

......

If(Condition)

.....

Statement2;

}

In reply to First post

Re: Discussion on Week-01

by Md.Sakibur Rahman -

on of code which is outside the loop.


The common use of break statement is in switch case where it is used.

For (expression)

{

     Statement 1;

......

If(Condition)

.....

Statement2;

}