Search:

Type: Posts; User: adi2609

Search: Search took 0.21 seconds.

  1. Replies
    14
    Views
    1,459

    Re: Code problems! HELP :)

    I'm using BlueJ IDE and when I click on Compile it says me incompatible types.. So, now I'm lost :)
  2. Replies
    14
    Views
    1,459

    Re: Code problems! HELP :)

    "There was an expression of a certain type required here.
    You provided an expression of a different type that is not
    compatible. (E.g. you wrote a String an int was expected)."
  3. Replies
    14
    Views
    1,459

    Re: Code problems! HELP :)

    import java.util.Scanner;
    public class Paint
    {
    public static void main(String[] args)
    {
    final int COVERAGE = 350;

    Scanner len = new Scanner(System.in);
    ...
  4. Replies
    14
    Views
    1,459

    Re: Code problems! HELP :)

    Mmm actually I was looking how to put the code to look better but I couldn't find it. Sorry I'm new here :).. I guess now it looks better

    So the thing is when I go to Compile the code in the line...
  5. Replies
    14
    Views
    1,459

    Code problems! HELP :)

    Sup fellas!

    I'm having some problems with my code.. Can you please help me out! Thanks

    Here is the code:


    import java.util.Scanner;
    public class Paint
    {
Results 1 to 5 of 5