Using any of the methods you created in the Unit 3 Discussion or a new method of your choosing that fits the ABC Bank Corp class you selected, write a Java method that includes the following:
- At least two parameters that are passed into the method, including one that is numeric
- At least one numeric value that will be returned by the method
- A variable that is legally declared twice (with the same name both times) within the method
Then, explain the function of each parameter and variable you included in your selected method.