The writer is very fast, professional and responded to the review request fast also. Thank you.
### IntelliJ IDEA ###
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store
Week 6’s assignment builds upon assignment #2 (so you will need IntelliJ IDEA to complete).
In this week’s assignment, you will make change to week 2’s project
1) you will create a new class called Employee (see week 4’s reading)
public class Employee
{
private int empNum;
}
2) inside Employee…you will create mutator and accessor methods
public void setEmpNum (int emp)
{
empNum = emp;
}
public int getEmpNum()
{
return empNum + 1;
}
3) in the Main class – you will instantiate the Employee class by creating a constructor and passes in a number
Employee someEmployee = new Employee();
someEmployee.setEmpNum( passes in a number);
4) in the Main class – get the number back and print it out w/ your name
// get the number back and print it with your name
System.out.println(‘Hello, my name is **put your name** and my employee number is: ” + someEmployee.getEmpNum());
Zip the helloworld folder (same as in assignment #1) and submit
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more