Search:

Type: Posts; User: Cornix

Search: Search took 0.11 seconds.

  1. Thread: Cash register

    by Cornix
    Replies
    13
    Views
    1,009

    Re: Cash register

    You have no control over the console, its a completey different and independent program.
    In java its only a PrintStream. You can re-route the output to anything else, so clearing doesnt make sense....
  2. Thread: Cash register

    by Cornix
    Replies
    13
    Views
    1,009

    Re: Cash register

    The program does not look OOP in the slightest. The methods are static (completely against OOP paradigm) and all code is put into one huge method that does everything.

    You said you know how to...
  3. Thread: Cash register

    by Cornix
    Replies
    13
    Views
    1,009

    Re: Cash register

    What would the textfile be needed for?

    I am sorry, but to be honest, I still dont exactly understand what the problem is.
    I see that you know how to print something to screen. And you seem to...
Results 1 to 3 of 3