Search:

Type: Posts; User: BionicBunny

Search: Search took 0.14 seconds.

  1. Replies
    5
    Views
    1,234

    Re: Need help with Java Coding

    import com.nyt.exam02.IBonus;

    public class Bonus implements IBonus {



    float _Salary= 0;
    @Override
    public float getBonus() {
    // TODO Auto-generated method stub
  2. Replies
    5
    Views
    1,234

    Re: Need help with Java Coding

    Sorry for the trouble, Here is the following codes I have so far



    import com.nyt.exam02.IBonus;

    public class Bonus implements IBonus {

    protected float salary;
    protected String code;
  3. Replies
    5
    Views
    1,234

    Need help with Java Coding

    Hello, I am new to Java programming and I have an assignment which I'm very confused on. I attached the assignment and required some help. I don't expect answers, just need some guidance on what to...
Results 1 to 3 of 3