Computer Science, asked by Ayushibanik, 4 months ago

give an example of comments of java​

Answers

Answered by bhumika6955
1

Explanation:

I hope it was helpful to you

Attachments:
Answered by Anonymous
1

\huge\mathfrak\orange{Answer}

Example:

public class CommentExample1 {

public static void main(String[] args) {

int i=10;//Here, i is a variable.

System. out. println(i);

Similar questions