Skip to content

Commit 01c650e

Browse files
Update and rename Java-Method-Parameters.txt to Java-Method-Parameters.java
1 parent ed01ab0 commit 01c650e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*Parameters and Arguments
22
Information can be passed to methods as parameter. Parameters act as variables inside the method.
3-
43
Parameters are specified after the method name, inside the parentheses. You can add as many parameters as you want, just separate them with a comma.*/
54

65
//Example

0 commit comments

Comments
 (0)