To call a method from the main method it needs to be made static. When the method is called the value of actual parameters are copied in formal parameters which is the only parameter passing method in ...