hi could you please help me and teach me what is wrong here at my java code? private class Maths { public class maths {
public static average(int a, int b) ; { return (a + b) / 2; //leave this code alone } }
}