public class Program35 { public static void main(String[] args) { String[] table = {"aa","bb","cc"}; int ii =0 ; do{ while(ii < table.length) System.out.println(ii++); }while(ii<table.length); } }
public static void main(String[] args) {
String[] table = {"aa","bb","cc"};
int ii =0 ;
do{
while(ii < table.length)
System.out.println(ii++);
}while(ii<table.length);
}
OCA(1z0-803_OCA1.7)MockExamPII
Access: Public Instant Grading
Jobilize.com uses cookies to ensure that you get the best experience. By continuing to use Jobilize.com web-site, you agree to the Terms of Use.