All lessons

Methods

9 min · Java

Package code under a name so you can reuse it (Java calls them methods).

Java · Methods0/5 cleared

Enemy 1 of 5

A method is a named block of code. Declare its return type and parameter types. static lets main call it directly.

Use return to hand a value back.

You
Syntax Skeleton

Loading editor...

Ln 1, Col 1Spaces: 4
Sign up to fightTarget output: 10