JAVA 2.5 To debug the program which is intended to print 'NAGARAJU

public class Question{
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