Programming Languages
Java
Objective
Jan 02, 2013
What will be the output?
public class Solvemyques{
public static void main(String[] args){
for(int a=0;false;a++){
System.out.println("Solvemyques");
}
}
}
Detailed Explanation
No explanation available.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts