Sponsored
Use these hints if you're stuck. Try solving on your own first.
Iterate over <code>nums</code> and count the number of elements less than <code>k</code>.
Solve with full IDE support and test cases