Arrange the digits 9, 4, 6, 3 in descending order for the greatest number: 9, 6, 4, 3 → 9643.

• For the second greatest, swap the last two digits of the greatest number.
• Keep 9, 6, then swap 4 and 3 → 9634.

Final Answer: 9634