Search:

Type: Posts; User: iamprogrammer

Search: Search took 0.10 seconds.

  1. Database Column from Tables, PLEASE HELP JAVA MASTER!!!

    Is it possible to get the value(like numbers) from column of table and get sum or total?
  2. Re: Help me to round off double, PLEASE JAVA MASTERS!!!

    Good day sir!
    Sir, I'm just a 17 year old Beginner Java Programmer, aiming to be become an expert someday.
    Could you retype the code for me sir? Please Java Master!
  3. Help me to round off double, PLEASE JAVA MASTERS!!!

    SOURCE CODE:

    Double a, b, c;

    a = Double.parseDouble(txt1.getText());
    b = Double.parseDouble(txt2.getText());
    c = a + b;
    txt3.setText(""+c);
    }
  4. Replies
    4
    Views
    770

    Re: PLEASE HELP ME JAVA MASTERS!!!

    But sir if I'm going to input 482.81 as Rate per Day, the Total Deduction and Net Take Home Pay are totally correct even if I'm going to use calculator. Unlike with 449.13 as Rate per Day, the Total...
  5. Replies
    4
    Views
    770

    PLEASE HELP ME JAVA MASTERS!!!

    SOURCE CODE:

    import java.util.Scanner;
    public class PayrollProgram {

    public static void main(String[] args) {
    Scanner xray = new Scanner(System.in);
    setEmpInfo re = new...
Results 1 to 5 of 5