What does this eve supposed to mean. I have written all the codes correctly and its still showing me an error... please tell me whats wrong. this is my code... public class Solution { public static void main(String[] args) { { System.out.println("My name is Amigo."); System.out.println(); System.out.println("I agree to wages of $5000/month in the first year."); System.out.println("I agree to wages of $5500/month in the second year."); System.out.println("I agree to wages of $7000/month in the third year."); System.out.println("I agree to wages of $8000/month in the fourth year."); System.out.println("I agree to wages of $10000/month in the fifth year."); System.out.println(); System.out.println("Kiss my shiny metal rear actuator!"); }