Java View all facts Glossary Help |
| syntactic unit > statement > control flow statement > return statement |
| return statement comparison table | |
| Subject | have example |
|---|---|
| return statement that does not return a value | return; |
| return statement that returns a value | return count; |
Next control flow statement: break statement Up: control flow statement Previous control flow statement: loop statement