Write a NumPy program to create a random vector of size 10 and sort it. Return the sorted vector.
Example 1:
No specific inputs.
Outputs will be random due to random vector generation.
Example 2:
No specific inputs.
Outputs will be random due to random vector generation.