



The Java language offers provision of remark within its program in the following three ways :



(i). Using /* and */
eg. /* This program prints the sum of two numbers */


(ii). Using // for a single line of comment.
eg. // This program prints the sum of two numbers


(iii). Using /** and */
eg. /** This program prints the sum of two numbers */












attention@computerscienceexpertise.com

















