Pls. help me on this, this is my first time in C++ and we are ask to do a program that automatically generate a user's biodata based on his/her inputted information.
I have tried debugging it, it only displays (Data Entry) how bout the rest of the inputted character, how am I going to make it appear like a Biodata. Do I have to include in the data entry all the needed data that needs to be entered so that it would appear in the Screen Output 2 as Biodata?
The first screen is for the data entry then the second screen output would be the biodata already.
(Data Entry)
Name:
Age:
Date of Birth:
Place of Birth
....... and so on do I have to include this in the program so that in the next screen which is
(Biodata)
Name: ___________________
Age:______________________
.......
it would appear like this...