Now you are a professor at the university. You have 10 students registered for your course. Let's create a simple grade generator in the range of [0, 100) and calculate the average of the students' performances in your course.
Note: use random floats to generate random grades
The input is the Seed number, and the output is the floating number with two decimal numbers.