what makes you determine when to use "println" or "print"
Printable View
what makes you determine when to use "println" or "print"
You use "print" if you want the next output to appear on the same line,
"println" if you want it to start on the next line.
PC2
alberto <albert77@rocketmail.com> wrote in message
news:3a185202$1@news.devx.com...
>
> what makes you determine when to use "println" or "print"
thank you sir
"Paul Clapham" <pclapham@core-mark.com> wrote:
>You use "print" if you want the next output to appear on the same line,
>"println" if you want it to start on the next line.
>
>PC2
>
>alberto <albert77@rocketmail.com> wrote in message
>news:3a185202$1@news.devx.com...
>>
>> what makes you determine when to use "println" or "print"
>
>