Search:

Type: Posts; User: komal510

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,076

    JAVA IN FINISHING SOMETHING

    import java.text.DecimalFormat;
    import java.util.Locale;
    import java.util.Scanner;
    import java.text.*;
    import java.io.*;

    class CoinToes
    {
    static BufferedReader keyboard = new...
  2. Thread: Help Needed

    by komal510
    Replies
    5
    Views
    1,025

    Re: Help Needed

    Last Name johalFirst Name navi
    ID number: 123de
    Total Hours Worked 636.0
    Regular time: -524.0
    Over Time: 580.0
    Federal tax: 348.0
    State tax : 174.0
    Net Pay: 1218.0
    like when more than 40...
  3. Thread: Help Needed

    by komal510
    Replies
    5
    Views
    1,025

    Re: Help Needed

    // Assignment 2
    import java.io.*;

    public class payment
    {
    public static void main(String args[]) throws IOException
    {
    BufferedReader input = new BufferedReader (new...
  4. Thread: Help Needed

    by komal510
    Replies
    5
    Views
    1,025

    Help Needed

    IF Statements

    Write the program logic that will compute the paycheck of an employee. This is as much an exercise in designing your logic as much as a programming exercise in the grammar and...
Results 1 to 4 of 4