Student
In this problem, you are practicing how to write class headers and an empty class body.
Complete the header for a class called Student and include the curly bracket for the body
of the class.
The header for a class is formatted public class Name
The body of the class is then designated with a set of curly brackets as shown below.
public class Pug{
}
Type your solution
Skills Practiced:
3.B
4.A
4.B
Saved
Saved