public class Question{
public static void main(String[] args) {
String a,space,b;
a="NAGA";
space=" ";
b="RAJU";
System.out.print(a+space+b);
}
}
public static void main(String[] args) {
String a,space,b;
a="NAGA";
space=" ";
b="RAJU";
System.out.print(a+space+b);
}
}
No comments:
Post a Comment