Search:

Type: Posts; User: Blasfemmy

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    10,537

    [SOLVED] Re: Simple Salary Calculator Program

    Okay, I am trying to make the program run from a few methods and I'm running into errors left and right:




    import java.util.Scanner; //Takes user input

    import java.text.*; //import for the...
  2. Replies
    7
    Views
    10,537

    [SOLVED] Re: Simple Salary Calculator Program

    Okay, will do.



    import java.util.Scanner;

    public class PaymentCalculator {
    int employeeId;
    int regHours;
    int overHours;
  3. Replies
    7
    Views
    10,537

    [SOLVED] Re: Simple Salary Calculator Program

    Thanks, it is working now! Should I update the op with the corrections?
  4. Replies
    7
    Views
    10,537

    [SOLVED] Simple Salary Calculator Program

    Hello, this is my first post on here, and I am new to java. I am trying to make a simple salary calculator that takes user input using the Scanner for the fields of entering an employee ID number,...
Results 1 to 4 of 4