Search:

Type: Posts; User: zng690

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,007

    Re: NumberFormat to Java String Format

    I have no idea
  2. Replies
    3
    Views
    1,007

    NumberFormat to Java String Format

    Help, on a homework assignment my instructor made the following comment, could anybody please help in making this change:

    In the Employee's toString, you are using the NumberFormat class to...
  3. Replies
    8
    Views
    1,167

    Re: How do I get rid of the "this."

    thank you for the advice, the instructor took a few points off my grade on the last assignment, he was anamant about not using "this."
  4. Replies
    8
    Views
    1,167

    Re: How do I get rid of the "this."

    Hi, thanks for the reply, I am looking to keep the employeeId, firstName lastName and such, I just need to get rid of the "this." how do I modify the code to get rid of the "this." and keep the rest
  5. Replies
    8
    Views
    1,167

    How do I get rid of the "this."

    Ok I have a class in OOP and instructor marked me off for have
    this.employeeId this.HourlyRate this.firstName this.lastName

    Anyways here is my code, I tried to fix it, but every time the...
  6. Thread: Java Class Help

    by zng690
    Replies
    3
    Views
    1,421

    Java Class Help

    I was wondering how do I go about adding this to my code?

    Now, create public accessor & private modifier methods (gets & sets) in the “Employee.java” file for each of the 4 data
    members. Use the...
  7. Thread: Java Class Help

    by zng690
    Replies
    3
    Views
    1,421

    Java Class Help

    I was wondering how do I go about adding this to my code?

    Now, create public accessor & private modifier methods (gets & sets) in the “Employee.java” file for each of the 4 data
    members. Use the...
  8. Replies
    2
    Views
    1,246

    Java Homework Question Help

    hello all I have no idea how to program or structure this:

    The assignment is as follows:
    5) Now, create public accessor & private modifier methods (gets & sets) in the “Employee.java” file for...
  9. Replies
    2
    Views
    1,195

    Netbeans Java Help

    Hi, I am taking a class on java using netbeans, I have created this so far, but still getting an issue on this part:

    public class Employee {

    Here is my code so far:

    /*
    * To change this...
  10. Replies
    7
    Views
    1,030

    Re: Java Class Help Please!

    Thanks for the help, Ok it seems though I am having a problem with:

    public class EmployeeTest {

    Should that be there?
  11. Replies
    7
    Views
    1,030

    Java Class Help Please!

    How do I structure this??
    public static void main(String[] args) {
    // First we create a variable of type Employee and set it to a new
    // instance of an Employee, passing some test data to the...
Results 1 to 11 of 11