SERVEROUTPUT is enabled.
Which code block will display the values from 1 to 10 in descending order?
SERVEROUTPUT is enabled.
Which code block will display the values from 1 to 10 in descending order?
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.
D is correct
D is the answer
D is correct