Search:

Type: Posts; User: Alex90ar

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    625

    Re: Why the "for" isn't working here?

    I was going out mad for this…
    I noticed it later, the statement had to be different, now seems working in the proper way!

    Thank you very much, I will learn from this error!
  2. Replies
    4
    Views
    625

    Re: Why the "for" isn't working here?

    Hi Norm,
    thanks for the suggest.

    Honestly, I guess the problem are all the "for", when I try to run the code, the program goes directly to the end:



    media = eta1 + eta2 +...
  3. Replies
    4
    Views
    625

    Why the "for" isn't working here?

    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;

    public class Media {

    public static void main(String[] args) {
    // TODO Auto-generated method...
Results 1 to 3 of 3