Question: ) Projects can be completed in groups ( max 4 per group ) but submission onto WebCourses is individual. Once again, don t copy anybody

) Projects can be completed in groups (max 4 per group) but submission onto WebCourses is individual. Once again, dont
copy anybodys work nor give your code to anybody unless you seriously worked together on the project.
2) Please Submit one .java file. It should look like this:
public class FinalProject {
public static void main(String[] args){
//Test code goes here
}
}
//---------------------------
class Abc{
}
//---------------------------
class Xyz
{
}
3) If you work with a classmate(s), your .java file must contain the following comment:
/*
- Final Project
- Names (first and last names) of all students who worked together on the project
-(optional) Add anything that you would like the TA to be aware of
*/
Example:
/*
- Final Project
- Hatim Boustique, Ericka Edwards and Jamal Dubois
*/
public class FinalProject {
public static void main(String[] args){
//Test code goes here
}
}
//---------------------------
inteface Int1{
}
//---------------------------
class Abc{
}
//---------------------------
class Xyz{
}
Students will not receive any credit if they dont submit the .java file by the
deadline!
Submissions by email will not be considered for a grade. Students must submit
their projects on Webcourses by uploading the .java file. It is the responsibility
of the students to check their submissions to make sure that the file they
submitted is indeed the right file (and it is readable .java file!)
Final Project Statement
Please read this entire statement carefully before you start doing anything...
This project involves implementing a simple university personnel management program. The program contains three kinds

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!