You're trying to assign an int array to an int variable. Instead
you should initialise the 'largest' variable to the first value in the array
Java is also case sensitive - 'For' should be 'for'
Make those changes and then if you are still having problems, post your new code and tell us what the problems are - if it doesn't compile show the error messages. If it doesn't work as you expect, tell us what it is doing and why this isn't what you want it to do.