Hello
I need help with a program
I want to make a method that takes a String and uses the text in that String to use a method from an object.
Something like this:
public void doThat(String text) {
myObject.text();// Where text is the actual text stored in the String variable
}
Help, please? :)