Question: Write a program that is able to communicate with the user and ask for their title, name, date of birth (dob), and a brief
Write a program that is able to communicate with the user and ask for their title, name, date of birth (dob), and a brief bio. Note that for the title, name, and dob, you must read them via the input operator i.e. >>, and use std::getline for the bio. Finally print out the information (in the terminal) with the following format: (tab space)DOB: \ \ (tab space)Bio: where you need to fill in the content within the arrow brackets.
Step by Step Solution
3.50 Rating (147 Votes )
There are 3 Steps involved in it
To write a C program that accomplishes the task described in the question youll need to use inputout... View full answer
Get step-by-step solutions from verified subject matter experts
