public class Program162 { public static void main(String[] args) { int row = 10; for(;row>0;){ int col = row; while(col>=0){ System.out.println(col+""); col -=2; } row = row/col; } } }
public static void main(String[] args) {
int row = 10;
for(;row>0;){
int col = row;
while(col>=0){
System.out.println(col+"");
col -=2;
}
row = row/col;
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.