The program necessary for advisors in a university to control their students
You are expected to design and write. Required using the Object Oriented Programming approach
Identify the classes and their responsibilities / characteristics.
- Assume a maximum of 10 consultants and each consultant have a maximum of 40 students.
- Each student can take up the total credit of the semester at most. Credit counts
Karadeniz Technical University Computer Engineering Department
you can use.
- 3 credits for students whose average is between 3.0 - 3.49, 6 credits for students with 3.5 and above
they can get extra.
- The advisor has access to the student's personal information, transcript and weekly schedule, and this
can change the information.
JAVA
Write the method that takes a RegularPolygon as a parameter, sets its number of sides to a random integer between 10 and 20 inclusive, and sets its side length to a random decimal number greater than or equal to 5 and less than 12. Use Math.random() to generate random numbers.
This method must be called randomize() and it must take an RegularPolygon parameter.
call the method in the program's main method so that it can test whether it works, but you must remove or comment out the main method.
https://amooc.github.io/edhesiveshapes/