Search:

Type: Posts; User: Rads23

Search: Search took 0.14 seconds.

  1. Replies
    12
    Views
    1,940

    Re: Help in programming question. Bluej complier

    but its so hard :(
  2. Replies
    12
    Views
    1,940

    Re: Help in programming question. Bluej complier

    it doesnt work,
    i need to ask something else to the variable.

    my coding i did was:

    public class apples{
    public static void main(String[]args) {
    var= 3.18.75;
    system.out.printIn("The cost...
  3. Replies
    12
    Views
    1,940

    Re: Help in programming question. Bluej complier

    [QUOTE=Norm;38758]Put the 318.75 into a double variable and use that in the println

    Sorry, could u explain what that means?
  4. Replies
    12
    Views
    1,940

    Re: Help in programming question. Bluej complier

    As you can tell im not really good at Java, so im really confused...

    could you give me an example as in what you mean please?

    R x
  5. Replies
    12
    Views
    1,940

    Re: Help in programming question. Bluej complier

    Oh so basically,

    public class apples{
    public static void main(String[]args) {
    system.out.printIn("The cost of the apples is #318.75")
    }
    } //end of class apples


    is that correct or am i...
  6. Replies
    12
    Views
    1,940

    Re: Help in programming question. Bluej complier

    Hi Norm,

    Thanks for your reply.

    Okay one of the questions is :

    1) Write an application to: Print the cost of 25 boxes of apples. Each box of apples costs #12.17 The answer to be of the...
  7. Replies
    12
    Views
    1,940

    Help in programming question. Bluej complier

    Hi guys,

    I desperately need help in these questions:


    Write an application to: Print the cost of 25 boxes of apples. Each box of apples costs #12.17 The answer to be of the form:
    The cost of...
Results 1 to 7 of 7