[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: System.out.printf

"Tim Leira" <tleira@xxxxxxxxxxx> wrote in message 
news:b17c480f1e69f35ef9e8d00c45635a5f$1@xxxxxxxxxxxxxxxxxx
> Hello all:
> Perhaps someone can help me figure out my problem which is when I type for 
> example:
>
> System.out.printf( "Enter deposit amount for account2: ")
> depositAmount = input.nextDouble();


In your example above, you are missing a semicolon at the end of the printf 
line.  Dunno if that's true of your actual code as well.