Java<br/><img src="https://media.cheggcdn.com/media%2F63e%2F63e0a58b-3777-4ec5-a4c1-6dc266367776%2Fimage.png" alt="1. Complete the following program to make it able to read a list of scores from console (input from the user), and then analyze the numbers of scores
<p><strong>9-1. Restaurant:</strong> Make a class calledRestaurant. The __init__() method for Restaurant should store twoattributes: a restaurant_name and a cuisine_type. Make a methodcalled describe_restaurant() that prints these two pieces ofinformation, and