Write a Student class in Java which has a name, id_number, year (e. g. 2) and
programme_code (e. g. ECE) as member variables. Add a constructor to your class
and a display () method, which prints out all information relating to a Student.
+5
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a Student class in Java which has a name, id_number, year (e. g. 2) and programme_code (e. g. ECE) as member variables. Add a ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Write a Student class in Java which has a name, id_number, year (e. g. 2) and programme_code (e. g. ECE) as member variables. Add a constructor to your class and a display () method, which prints out all information relating to a Student.