The developers of a free online game named Sugar Smash have asked you to develop a class named SugarSmashPlayer that holds data about a single player. The class contains the following fields:idNumber – the player’s ID number (of type int)name – the player’s screen name (of type String)scores – an array of integers that stores the highest score achieved in each of 10 game levelsInclude get and set methods for each field. The get method for scores should require the game level to retrieve the scor