Answer to Question #302367 in Java | JSP | JSF for Swish

Question #302367

Create a class called Student, with the following attributes/variables:


a. studentName (String)


b. studentNumber (int)s


c. regYear(long)


d. faculty(String)


e. department(String)

1
Expert's answer
2022-02-24T12:17:34-0500
class Student{
	private String studentName;
	private int studentNumber;
	private long regYear;
	private String faculty;
	private String department;
	
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS