Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I mean
public static int
Ah does this mean the int is immutable and I should declare it again?
This comment is hidden because it contains spoiler information about the solution
My solution was exactly like this and I'm getting the error:
class Goals {
public static int laLigaGoals = 43;
public static int championsLeagueGoals = 10;
public static int copaDelReyGoals = 5;
public static int totalGoals;
totalGoals = laLigaGoals + championsLeagueGoals + copaDelReyGoals;
}
Appoved
Java translation added :-) https://www.codewars.com/kumite/5e70300b791bf9001e6fe9b1?sel=5e70300b791bf9001e6fe9b1
Hey, Java translation added https://www.codewars.com/kumite/5e6ffe5513d797000f50e4e4?sel=5e6ffe5513d797000f50e4e4