Language Basics C# Book

C# has the following statements to do the flow control.
Selection statement
if
switch
? :
Loop statement
while
do...while
for
foreach
Jump statement
break
continue
throws
return
goto