# Introduction In this lab, you need to create a `Student` class with a private `name` field, setter and getter methods, and in the `main()` method, get a name input, create a `Student` object, set the name using the setter, and print the name using the getter.
Click the virtual machine below to start practicing