Computer Science Canada Help using a method |
Author: | LOL123 [ Sun Apr 18, 2010 2:44 pm ] | ||
Post subject: | Help using a method | ||
Hello I need to make a program that will take as input a word. The program will call a method to reverse the word, the method will return the word to the main program. I had no problem creating a program that will reverse the word, but I dont understand how to code a method. The method must be in a diffrent java file from the main program the main program will call the method using an object with the input word as a parameter. Here is my code:
As I stated before I only need help to get my method working, that you for your time. |
Author: | wtd [ Sun Apr 18, 2010 5:44 pm ] |
Post subject: | RE:Help using a method |
The Introduction to Java covers methods extensively. It also has some things to say about naming conventions. |