Search:

Type: Posts; User: JavaPF

Search: Search took 0.16 seconds.

  1. Thread: Learning Java

    by JavaPF
    Replies
    7
    Views
    1,580

    Re: Learning Java

    I've looked over your code.


    public static int Numbers()
    {
    for (int i = 0;i < 10; i++)
    {
    System.out.println (i);
    }
    return 0;
  2. Thread: Learning Java

    by JavaPF
    Replies
    7
    Views
    1,580

    Re: Learning Java

    We are trying to replace the code tags with the highlight tag (please see my signature)
    I have edited the post and added them for you this time.
Results 1 to 2 of 2