Search:

Type: Posts; User: Nexcit

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    898

    Hello Fellow Codets!

    The names Theo and hopefully I become one who helps people out in code later in the future cause yet I still do not know how to code that much.
    I know the basics, but that's all for now, I hope I...
  2. Re: Hi, I'm here to find new friends that are interested in Java

    Welcome! :D Happy coding!
  3. Replies
    1
    Views
    2,571

    Not compiling...

    I'm trying to run a simple code which is to just print out "Hello World", but whenever I run it, a message appears that reads: "Select a way to run Project_1(Which is the Java Project)"

    The...
  4. Re: There is some kind of Exception - Do not know the problem

    So I can't use the package name java?
    :(
  5. There is some kind of Exception - Do not know the problem

    package java;
    import java.util.Scanner;
    public class Project_1 {
    public static void main(String args){
    Scanner fire = new Scanner(System.in);
    double firstnum, secondnum, answer;
    ...
  6. Replies
    5
    Views
    1,053

    Re: In need of assistance!

    I'll try to fix the problems in the code and will try out the simpler Java Tutorials as jashburn has suggested and will post the errors right here:
    Exception in thread "main"...
  7. Replies
    5
    Views
    1,053

    In need of assistance!

    I'm trying to make the classic game of Mini Tennis, but can't seem to overcome this problem...
    This is the code:

    package java_1;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import...
  8. [SOLVED] Re: Not sure how to copy and paste(Highlight) my code onto the forums...

    Is the code tag or is it highlight=Java
    ^Before the code
    And do I type after the code or is it /highlight

    I've tried both in various different places, but I can't get it through. There's...
  9. [SOLVED] Not sure how to copy and paste(Highlight) my code onto the forums...

    I'm trying to copy and paste(highlight) my code into the forums thread, but am still not sure on how to do it. I've looked in this link: Announcements - What's Wrong With My Code?

    But still, I am...
  10. Replies
    2
    Views
    1,114

    Re: I don't know what's wrong...

    Thx for the link and help! I'll try to change the format if I can. :o
  11. Replies
    2
    Views
    1,114

    I don't know what's wrong...

    package java;

    public class Practice_1 {
    public static void main(String[] args) {
    String a = new String("Wow");
    String b = "Wow";
    String c = a;
    String d =...
Results 1 to 11 of 11