Method Mind Map
Method Mind Map
Definition
Types of method
A collection of
statements that perform TYPES examples
some specific task and
return the result to the 1. • Built in method next();
caller Standard in Java that are nextInt ();
Library readily available sqrt (a)
Method for use pow (a,b)
Print ()
void / x /
/ x / x
/ / / /
Methods Definition and Call
a) Explain types and use of statements: method definition and method call.
b) Explain the general format of method definition and method call.
c) Construct non static user defined methods.
d) Construct programs that use standard and/or user-defined methods based on given
problem.
1. Sediakan bahan
Method
4. Output
Input in Main Method
If no return value, output in Method Body