Search:

Type: Posts; User: MuffinOfFun

Search: Search took 0.07 seconds.

  1. Re: I'm Pretty Sure I Got It Right Yet I Keep Getting Errors

    That did the trick. Thank you so much man.
  2. Re: I'm Pretty Sure I Got It Right Yet I Keep Getting Errors

    I'm doing what you suggested like this and I still get the same error. Unless of course I'm doing it wrong (which I probably am).
    System.out.println( "The sum is +\nThe product is +nThe average is...
  3. Re: I'm Pretty Sure I Got It Right Yet I Keep Getting Errors

    Alright I'm slowly getting it. I think there's just one more thing left that I can't figure out.

    import java.util.Scanner;

    public class Arithmetic
    {
    public static void main( String...
  4. Re: I'm Pretty Sure I Got It Right Yet I Keep Getting Errors

    So I fixed that and it's seemingly created a whole new slew of errors. Any more advice?
    import java.util.Scanner;

    public class Arithmetic
    {
    public static void main( String args[] )
    {...
  5. Re: I'm Pretty Sure I Got It Right Yet I Keep Getting Errors

    Oh, sorry

    --------------------Configuration: <Default>--------------------
    C:\Users\Cam\Desktop\Arithmetic.java:3: error: illegal start of type
    import java.util.Scanner;
    ^...
  6. I'm Pretty Sure I Got It Right Yet I Keep Getting Errors

    Yeah, I've been trying to debug this chunk of code to no avail. It seems correct yet I keep getting errors. I'm really new to this so bear with me.

    public class Arithmetic
    {
    import...
Results 1 to 6 of 6