Students, please be sure to log in. This site does not use cookies and does not track/store work submitted when not signed in.
Unit 5 Problems
Java Reference Sheet
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{
}