Exam 1z0-149 All QuestionsBrowse all questions from this exam
Question 50

SERVEROUTPUT is enabled.

Which code block will display the values from 1 to 10 in descending order?

    Correct Answer: D

    The code block correctly initializes a loop that decrements from 10 to 1 and displays each number. It correctly uses a loop structure that iterates downwards, ensuring the values are printed in descending order.

Discussion
jfc1Option: D

D is correct

2oracleexamOption: D

D is the answer

thranduylOption: D

D is correct