Search:

Type: Posts; User: Nexcit

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,115

    Re: I don't know what's wrong...

    Thx for the link and help! I'll try to change the format if I can. :o
  2. Replies
    2
    Views
    1,115

    I don't know what's wrong...

    package java;

    public class Practice_1 {
    public static void main(String[] args) {
    String a = new String("Wow");
    String b = "Wow";
    String c = a;
    String d =...
Results 1 to 2 of 2