About Question enthuware.ocajp.i.v7.2.1099 :

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
ETS User

About Question enthuware.ocajp.i.v7.2.1099 :

Post by ETS User »

there is something wrong with html in this question:

Code: Select all

public class TestClass{
   public static void main(String args[]){
      int x  = 0;
      labelA:   for (int i=10; i<0; i--){
         int j = 0;
         labelB:
         while (j < 10){
            if (j > i) break labelB;
            if (i == j){
               x++;
               continue labelA;
            }
            j++;
         }
         x--;
      }
      System.out.println(x);
   }
}

admin
Site Admin
Posts: 10387
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocajp.i.v7.2.1099 :

Post by admin »

You are right. The html is messed up in this question. This should be fixed asap.

thank you for your feedback!

admin
Site Admin
Posts: 10387
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocajp.i.v7.2.1099 :

Post by admin »

I just realized that this has already been fixed. Are you sure you have the latest version of the question bank (1.12)?

Guest

Re: About Question enthuware.ocajp.i.v7.2.1099 :

Post by Guest »

version is 1/12, and messed up html is still there

admin
Site Admin
Posts: 10387
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocajp.i.v7.2.1099 :

Post by admin »

This should definitely be fixed now in 1.13.

thank you,
Paul.
2.1099.jpg
2.1099.jpg (69.95 KiB) Viewed 3540 times

Post Reply

Who is online

Users browsing this forum: No registered users and 11 guests