Is there a way i can display all output(that asks user to input) in the same time?
                            
                         
                        
                     
                 
                
                    i'd like to know if there's a way to do that. 
show each cout(with cin) all at the same time which doesn't require the user to press enter to show the next question.
i want the output to be like this:
Please fill up the following:
Name: (cin)
Age: (cin)
Birthday: (cin)
Not like this:
Please fill up the following: 
Name: (cin) 
*the user will have to press enter once he's done with his input to show the next line