1) In a class named AnyIntegers, prompt the user to enter 100 integers into a two-dimensional array. Use a method countEvenNum of the class CollectEvenNumb er to determine the total even number stored in the array.
2) Write a class named GameScores that receives the score and player name through its constructor. Initialize and return these data. Write a class named MindGame that inherits GameScores class. Reads 100 player’s name and score from user. Identify total number of player whose score is 10.
I need help in these 2 questions using BlueJ. Thanks alot
2) Write a class named GameScores that receives the score and player name through its constructor. Initialize and return these data. Write a class named MindGame that inherits GameScores class. Reads 100 player’s name and score from user. Identify total number of player whose score is 10.
I need help in these 2 questions using BlueJ. Thanks alot
Comment