Search:

Type: Posts; User: Dysun

Search: Search took 0.14 seconds.

  1. Replies
    1
    Views
    1,384

    Help incorporating a Joption Pane

    Hello, I'm trying to get the final product of this single code to have the inputs/outputs displayed with a JOption Pane. I'm unfamiliar with how to write and incorporate a separate getData class and...
  2. Replies
    4
    Views
    1,459

    Re: Help with beginner mutator method

    It does not alter the value by +10, it merely displays the information without any change whatsoever

    It compiles and executes without issue
  3. Replies
    4
    Views
    1,459

    Re: Help with beginner mutator method

    Well I might as well

    public class Payroll
    {
    private static double totalpayout;
    private String employeeid;
    private int hourlyrate;
    private int hoursworked;

    public...
  4. Replies
    4
    Views
    1,459

    Help with beginner mutator method

    So basically I'm trying to change the value of something by 10, I've written this code but it doesn't appear to work. Any tips?


    public double increaseHours(int x)
    {
    return...
Results 1 to 4 of 4