The issue with posting code as you both have in post #5 and #6 is that you don't know what the original post meant. Not to mention if that is indeed what he was looking for you have just given him the code and spoon fed him the answer preventing him from finding out the issues he was having.
That being said it seems the instructor is asking for:
Ask user for Hair color, Eye Color and Age
User inputs int a single line all 3 values
Program breaks down the string and separates the values
Display values in a new order
The code you both provided prompts the user for 3 different values in 3 separate lines. Lyumi post the code you created and are having issues with and we can help you pinpoint the reason it is not working as you want it.