1 Answer
New Answer12/6/2016 7:20:19 PM
Shivam Parihar1 Answer
New Answerpublic class Program { public static void main(String[] args) { int x = 1; while(x < 0) { System.out.println("Java Roks!"); x++; } } } // No output. Check you code again or use the above code and see yourself.....Your question is wrong
Learn Playing. Play Learning
SoloLearn Inc.
Send us a message