give an example of comments of java
Answers
Answered by
1
Explanation:
I hope it was helpful to you
Attachments:
Answered by
1
Example:
public class CommentExample1 {
public static void main(String[] args) {
int i=10;//Here, i is a variable.
System. out. println(i);
Similar questions