Introduction - If you have any usage issues, please Google them yourself
Define a Student class that contains a int data type number; a type of String name; three (setNumber), methods: getName (getNumber) and (); a construction method, the realization of the number and name values. Write applications, use the Student class to create objects, to access and modify the data.