public void
aMethod
(
int
aParm
)
{
for
(
i
=
0
;
i
<
aParm
;
i
++
)
{
out
.
println
(
i
)
;
}
}