Hello!
I started this course in Java and we got this assignment to do and it consists of making 2 strings of text and then we are are supposed to write this code that storage the varible "max_length
" and then print out "The longest string has the length...". I know how to print it out but I'm really new to programming and my head is soon about to expload of information :eek:
This is how far I've come:
public static void problem3()
{
String indata1 = showInputDialog("Skriv ett ord här!");
String indata2 = showInputDialog("Skriv ett till ord här!");
}
... plz help me (I'm a programming n00b) lol
:o
/anette