by dattuk on July 23rd, 2008

dattuk

Question

Help answer this question below.

System.out.println means

  • Like
  • Report

Answers. Showing one answer.

  • by Kyogre-Stataen on July 23rd, 2008

    Kyogre-Stataen

    In C++, there is no such thing as 'System.out.println'. That code applies in Java, not C++. In C++, 'cout' and '<<endl' is equal to 'System.out.println'.

    The code 'System.out.println' means that whatever you type in the specific line of code, it will come out when you execute the program. The part 'ln' in the last part of coding will also start a new line so that the entire text will not run on one line.

    Comments

    No comments. Post one | Permalink

Want to attach an image to your answer? Click here.

Did this answer your question? If not, then ask a new question or create a poll.

You're reading System.out.println means

Follow us on Facebook!

Related Ads