class Name
{
public static void main(String args[])
{
String s="Maitreya";//your name
System.out.print("My name is "+s);//the + sign is used to join 2 words
}
}
{
public static void main(String args[])
{
String s="Maitreya";//your name
System.out.print("My name is "+s);//the + sign is used to join 2 words
}
}