Search:

Type: Posts; User: JavaBeginner123

Search: Search took 0.11 seconds.

  1. Re: Need help with what I believe is Boolean & add branching

    Ok so I think I might have the code somewhat right but when I go to do javac it comes up with:

    'javac' is not recognized as an internal or external command,
    operable program or batch file.
    ...
  2. Re: Need help with what I believe is Boolean & add branching

    C:\Users\Owner\Desktop\Stuff>java Area
    Exception in thread "main" java.lang.ClassFormatError: Incompatible magic value
    1768779887 in class file Area
    at...
  3. Re: Need help with what I believe is Boolean & add branching

    C:\Users\Owner\Desktop\Stuff>javac Area
    'javac' is not recognized as an internal or external command,
    operable program or batch file.

    C:\Users\Owner\Desktop\Stuff>javac Area.java
    'javac' is not...
  4. Need help with what I believe is Boolean & add branching

    Alright let me start off by saying I am a beginner. This might sound stupid but I don't even know how to run my java program to try it out. With that being said I have a problem. I am doing an...
Results 1 to 4 of 4