Search:

Type: Posts; User: Resantic

Search: Search took 0.11 seconds.

  1. Thread: printStrings

    by Resantic
    Replies
    6
    Views
    3,590

    Re: printStrings

    I thought if he put the 2 codes next to each other its easy to see whats wrong but i will explain it to him..
  2. Thread: printStrings

    by Resantic
    Replies
    6
    Views
    3,590

    Re: printStrings

    In the parameters of printString method u have 2 integers, u should put String abc because its text and not a number. Then you have to do something like:


    System.out.println(abc);

    And not:
    ...
Results 1 to 2 of 2