Search:

Type: Posts; User: colbol89

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    2,477

    Re: 1.7 JRE library error?

    import java.io.BufferedReader;
    import java.io.FileReader;

    public class calculator {


    static int a = 0;
    static int b; //this is the first term
    static int c; //this is the second term...
  2. Replies
    3
    Views
    2,477

    1.7 JRE library error?

    Hi everyone, I'm quite new to programming and have come across an error in my program that is throwing me for a loop. I've tested the code on a friend's computer and it worked but when I copy and...
Results 1 to 2 of 2