arguments in java example
Example: what are parameters in java
public static void hello (String hey, String wassup)
//the paramter in this case is located in the parenthesis
public static void hello (String hey, String wassup)
//the paramter in this case is located in the parenthesis