Hi, How do i create a class called Text
that creates an object from a string
and that deletes the first word of the text
have no idea
I was starting like
public class Text{
public static void main(String[] args)
{
String str = "this is a little text and i have to delete the first word this ";
}
}
But really i have no idea
Please any help is gratefull