Hey guys, I'm new to C++ so bear with me. I have to make a simple chart using hyphens for the horizontal lines and "|" for the vertical lines. On top of that, I am trying to figure out how to enter the data within the chart using cin and cout. I've tried typing it in various ways, but either get compiler errors or it accepts it and just spits out exactly what I typed in. Can anybody help me with the format of the chart, like for instance, which data types I should be using? Or maybe a sample line of what I should be typing? This is really starting to bug me. I would really appreciate any help.

Thanks