Search:

Type: Posts; User: Rads23

Search: Search took 0.08 seconds.

  1. Replies
    11
    Views
    1,796

    Re: Command Line Argument - URGENT!

    Lol, Ok sorry for any rudeness! :) Appreciate all the help given, thank you all! x
  2. Replies
    11
    Views
    1,796

    Re: Command Line Argument - URGENT!

    As matter of a fact, i thanked the person who helped me! Dont talk if you dont know.
  3. Replies
    11
    Views
    1,796

    Re: Command Line Argument - URGENT!

    then why have an option of urgent if anyone isnt allowed to use it?
  4. Replies
    11
    Views
    1,796

    Command Line Argument - URGENT!

    Hi guys,

    this is my question that i need help in:

    Write an application that takes as a command line argument a word and outputs
    how many character are in the word.
    If called with the command...
  5. Replies
    5
    Views
    1,401

    Re: .'class' expected - what to do?!?! URGENT

    Done it :) got it! thank you!
  6. Replies
    5
    Views
    1,401

    Re: .'class' expected - what to do?!?! URGENT

    public class aappless
    {
    public static void main( String args[] )
    {
    For(int=y=0;y<=25;y++)
    {
    System.out.print1n("the cost of the apples is #304.25");
    }
    }
  7. Replies
    5
    Views
    1,401

    .'class' expected - what to do?!?! URGENT

    hi guys, this is my code:

    public class appl
    {
    public static void main( String args[])
    {
    For(int i=0;i<=25;i++)
    int = 25;
    {
    System.out.print1n("the cost of the apples is #304.25");
  8. Replies
    3
    Views
    1,762

    Re: Code help, timestable

    Done it guys, thanks!
  9. Replies
    3
    Views
    1,762

    Code help, timestable

    Hi People,

    This is my question:

    Write an application to:
    Print the 5 times table (5 * 1 = 5, 5* 2 =10, .. 5 * 12 = 60)
    Format of output
    5 * 1 = 5
    5 * 2 = 10
    etc.
  10. Replies
    2
    Views
    1,228

    Re: Major Help Needed!

    I still don't get it?!

    I hate thisss!!
  11. Replies
    2
    Views
    1,228

    Major Help Needed!

    Write an application to: Print the 5 times table (5 * 1 = 5, 5* 2 =10, .. 5 * 12 = 60) Format of output 5 * 1 = 5 5 * 2 = 10 etc. Hint: Write the Java code to print the line for the 4th row, use a...
  12. Replies
    12
    Views
    1,957

    Re: Help in programming question. Bluej complier

    but its so hard :(
  13. Replies
    12
    Views
    1,957

    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...
  14. Replies
    12
    Views
    1,957

    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?
  15. Replies
    12
    Views
    1,957

    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
  16. Replies
    12
    Views
    1,957

    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...
  17. Replies
    12
    Views
    1,957

    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...
  18. Replies
    12
    Views
    1,957

    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 18 of 18