Computer Science, asked by ank9799, 1 year ago

how many output statements are there in java​

Answers

Answered by Anonymous
2

Answer:

Java Output

You can simply use System.out.println(), System.out.print() or System.out.printf() to send output to standard output (screen).

System is a class and out is a public static field which accepts output data. Don't worry if you don't understand it. Classes, public, and static will be discussed in later chapters.

Let's take an example to output a line.

<img src="trees.gif" usemap="#green" border="0">

<map name="green">

<area shape="polygon" coords="19,44,45,11,87,37,82,76,49,98" href="http://www.trees.com/save.html">

<area shape="rect" coords="128,132,241,179" href="http://www.trees.com/furniture.html">

<area shape="circle" coords="68,211,35" href="http://www.trees.com/plantations.html">

</map>

Explanation:

 &lt;p style="font-size:100px"&gt;&amp;#9760&lt;/p&gt;&lt;p style="font-size:50px"&gt;#&amp;#8492&amp;#120007&amp;#119990&amp;#119998&amp;#120003&amp;#120001&amp;#120014&amp;#8475&amp;#119990&amp;#119990&amp;#120015&lt;/p&gt;

Similar questions