Search:

Type: Posts; User: ChronoKross

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    1,413

    Re: New, currently learning java.

    public class Operators {
    public static void main(String[] args) {
    int a = 6;
    int b = 3;

    boolean ex1 = !(a == 7 && (b >= a || a != a));
    // System.out.println(ex1);

    ...
  2. Replies
    3
    Views
    1,413

    Re: New, currently learning java.

    Anybody? Haha need a studybudy or someone experienced to help via Webcam. Will pay if need be. Can't afford a boot camp atm.
  3. Replies
    3
    Views
    1,413

    New, currently learning java.

    Hey, I'm Nathan, and I'm currently learning Java threw codeademy. I'm currently learning how classes work. I joined this forum to try and find people to help me, and you. It's hard sometimes to set...
Results 1 to 3 of 3