Can someone please help me with writing this code for Java?

DanielleM

New Member
This time instead of saving records you utilize a class (template) called Person to create Persons with different ids first name and last name in a class called UsePerson. Create at least 5 person objects and store them into an array (No file needs to be read.Create the Person objects in your user class). Output the contents of the array by using the toString method of the Person class. The Person class has attributes static id currentId, firstName, lastName and corresponding accessor/mutator methods as well as toString method.<br />
 

Carling

New Member
join a Linux java programmers user group. if you want to learn programming... or get any Linux magazines like Linux format or Linux Pro or online free Linux magazines

just a thought

Google a search for linux programmers user groups
 

SmitaP

New Member
You can get help of more code for at
http//codingjava.info/
and then you can visit at
http//expert.mcptutorials.info/
 
Top