AddEmplyeeText


SUBMITTED BY: Guest

DATE: Jan. 17, 2015, 1:11 p.m.

FORMAT: Text only

SIZE: 509 Bytes

HITS: 1220

  1. System.out.println("-Add Employee-");
  2. System.out.println("Name: "); String tempName = s.next();
  3. System.out.println("ID: "); int tempID = s.nextInt();
  4. System.out.println("Type: "); String tempType = s.next();
  5. System.out.println("Job Percentage: "); int tempPerc = s.nextInt();
  6. System.out.println("Salary: "); double tempSalary = s.nextDouble();
  7. System.out.println("Chain Name: "); String tempChain = s.next();
  8. System.out.println("Store ID: "); int tempStore = s.nextInt();

comments powered by Disqus