"//5" not in answer set - enthuware.ocajp.i.v7.2.828
Posted: Mon Nov 05, 2012 8:09 pm
line numbers are flagged for 1 through 5...
However, 5 is not listed in the answers... my suggestion is to either remove "//5" or add "//5" into the answer set.
Code: Select all
class Test{ } // 1 public class TestClass { public int main(String[] args) // 2{ double x=10, double y; // 3 System.out.println[]; // 4 for(int k =0; k<x; k++){ } // 5 return 0; } }