Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    21
    Views
    2,417

    Re: Having problems with output to console....help!

    Ok. I'm done. The code you posted does not compile with the earlier code.
    One has:
    public String getMessege(
    and the latest has:
    myInvoice.getMessage(

    Notice the spelling differences.

    You...
  2. Replies
    21
    Views
    2,417

    Re: Having problems with output to console....help!

    Fix it so there is a good version of your code to work with.
  3. Replies
    21
    Views
    2,417

    Re: Having problems with output to console....help!

    My program does not do console I/O. I hardcoded the responses in the program.

    Did you see this part of my last post?
    The code you posted does not call any methods to print out any report.
    Its...
  4. Replies
    21
    Views
    2,417

    Re: Having problems with output to console....help!

    The code you posted does not call any methods to print out any report.
    Its sort of junk. It did not compile without my adding some additional }s

    BTW I removed all the console input and hard coded...
  5. Replies
    21
    Views
    2,417

    Re: Having problems with output to console....help!

    This is what I get When I execute the code you posted:

    Welcome to the Invoice Total Calculator

    Customer Type: Retail
    subtotal: 33.0
    Continue? (y/n):
  6. Replies
    21
    Views
    2,417

    Re: Having problems with output to console....help!

    Please explain what "stopped" means.

    Where there any lines in the printed output you posted that show variables being "stopped"?
    Can you edit the post and write comments next to the output...
  7. Replies
    21
    Views
    2,417

    Re: Having problems with output to console....help!

    Can you post the output from the program that shows the problem?
    And add some comments on the lines that are blanks.
    Also can you post the code for the program.
  8. Replies
    21
    Views
    2,417

    Re: Having problems with output to console....help!

    Ok. Did the code execute thru the methods the way you expect? Did all the printlns execute?
    Next question, why do the variables contain blanks instead of what you want there?

    Are all the...
  9. Replies
    21
    Views
    2,417

    Re: Having problems with output to console....help!

    Are there any error messages printed?

    What is printed out by the getInvoice() method?
    Add some more printlns to show the values of variables as they are set and as they change.
Results 1 to 9 of 9