If you're trying to loop, you're gonna need a loop such as for, while, dowhile.
If you're just trying to cout 5 questions, you can just declare 5 variables and cout what to cin afterwards. By the way, a char variable only takes exactly one character. Very few names in the world consist of only one character.