Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

make a program in c++

+2 votes
asked Oct 20, 2018 by afaq
By default, output is right-justified in its field. You can left-justify text output using the Manipulator setiosflags
(ios::left). (For now, don’t worry about what this new notation means.) Use this manipulator, along with setw (), to
help generate the following output:
Last name First name Street address Town State
----------------------------------------------------------------------------------------------------------------------
Jones Bernard 109 Pine Lane Littletown MI
O’Brian Coleen 42 E. 99th Ave. Bigcity NY
Wong Harry 121-A Alabama St. Lakeville IL

3 Answers

0 votes
answered Dec 13, 2018 by WILLIAM CAREY (320 points)

There really isn't enough information here to help you out, chief. I'm not entirely sure what exactly you're looking for here. You could output that just with 

 std::cout << "Trump Donald The White House Washington DC" << std::endl;

But I assume that's not what you're looking for (even if you ignore who the example is)

0 votes
answered May 5, 2019 by Ahmed (140 points)
can  u give me vbucks if u can email me xbox gift card code at :[email protected]

i can help u out online for c++ if u get me $10 xbox gift card code
commented May 6, 2019 by David1337 (100 points)
youre such an bastard who would pay for this answer man
commented May 8, 2019 by anonymous
Better than failing your course retard ;)
0 votes
answered May 8, 2019 by anonymous
Maybe if your learning it in school tell your teacher/ drop your course instead of working towards a qualification you will never use
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...