Java class 3 Comment
package basicjava;
public class CommentDemo {
public static void main(String [] args){
//Display my name
System.out.println( "Asadul Islam");
/*
Display my Phone number
and Age.
*/
System.out.println( "01824115916\n23 Years Old");
}
}


0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home