Search:

Type: Posts; User: MuffinOfFun

Search: Search took 0.24 seconds.

  1. Re: Need help developing a basic credit program in Java

    I'm not sure what you mean and I'm still pretty lost. Like I know what I have to do, it's just a matter of figuring out how to actually do it. Like after the print.ln, I'm completely lost.
  2. Re: Need help developing a basic credit program in Java

    Well I know I need to input an integer and store it, then I probably got to get it to loop and some other stuff like that. The problem is that I don't know how to turn that into code.
  3. Need help developing a basic credit program in Java

    So right now I need to make a program that can determine if several department store customers have exceeded their credit limit on a charge account. I have the account number, balance at the...
  4. I need help with a sort of banking program

    Hello, I've been stuck trying to get this to work but I've had no such luck and I was hoping you could help. What I'm trying to do is to make method called debit that will withdraw money from the...
  5. Re: I'm Pretty Sure I Got It Right Yet I Keep Getting Errors

    That did the trick. Thank you so much man.
  6. 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...
  7. 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...
  8. 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[] )
    {...
  9. 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;
    ^...
  10. 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 10 of 10