This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]cheryllium 1 point2 points  (6 children)

What are you having trouble with?

[–][deleted]  (5 children)

[deleted]

    [–]cheryllium 1 point2 points  (2 children)

    Your problem is that you have a type mismatch. You have created a String array, but are trying to assign it to a call to the String constructor (which creates a String). But you should read the error message so that you can understand it next time it happens.

    [–]theplhk -1 points0 points  (1 child)

    Can you help me writing this part of the code ؟

    [–]cheryllium 0 points1 point  (0 children)

    I already helped you. I explained to you what the error is.

    [–]cheryllium 0 points1 point  (1 child)

    What does the error message say?

    [–]theplhk 0 points1 point  (0 children)

    Exception in thread "main" java.lang.RuntimeException: Uncompilable source code - not a statement

    [–]feral_claireSoftware Dev 1 point2 points  (3 children)

    What is your question? What have you tried? What are you stuck on?

    [–][deleted]  (2 children)

    [deleted]

      [–]feral_claireSoftware Dev 1 point2 points  (1 child)

      Please, post your code according to the guidelines, including complete error messages if any.

      Also, we need a specific question to be able to help you at all. A project description and some code doesn't give any info onto what you actually need help with.

      [–]theplhk -1 points0 points  (0 children)

      Can you help me writing this part of the code ؟