Search:

Type: Posts; User: CosmicCode

Search: Search took 0.06 seconds.

  1. Replies
    4
    Views
    1,355

    Re: Simple Employee Payment Program

    Now you specified it, thank you for that! .

    the problem is this code : baseRate = scan.nextInt();

    it takes the next integer value, but when you input a double value an error occurs.

    so...
  2. Replies
    4
    Views
    1,355

    Re: Simple Employee Payment Program

    hello djl1990
    can you please specify the problem you're having ?
    is it a calculation problem or a code problem?
    which part of the code do you have problem with ?

    I just did a modification on a...
  3. Replies
    3
    Views
    1,087

    Re: word count in a in a file

    Hi,
    First of all, you just have to think about the problem and how to reach it. I'll give a hint using this questions.
    what separates words? [String s = "Hello World, my name is cosmicCode";]....
Results 1 to 3 of 3