- Create a class named "student".
- Class' attributes are "name" and "grade".
- The class' method is "Rate", which receives the name and grade of the student and print "pass" if the grade >= 60, else "failed".
- create three different objects for three students