Question :
Suppose you have already written the class for a Bowler.
The Bowler class has two fields, a full name and a high score. Write the main() method to create two instances of this Bowler class.
Get the input from the user and send the name and high score values to the constructor method of the Bowler class.