Search:

Type: Posts; User: mrivera85

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    892

    [SOLVED] Re: ArrayList assistance

    The error I get is for the line:

    sum = sum + Integer.parseInt(leftCU.get(i));

    leftCu.get(i) is highlighted with an error of: incompatible types: Integer cannot be converted into a String.

    I...
  2. Replies
    3
    Views
    892

    [SOLVED] ArrayList assistance

    Goal is to get user input and sum together. I've tried it different ways. This is the one with the least amount of problems.

    Exception in thread "main" java.lang.RuntimeException: Uncompilable...
Results 1 to 2 of 2