Hi there, I'm basically a computer dummy taking my first computer science class. I'm working on a project that requires the output to be placed into columns. Getting the data into the columns is easy enough, but how do I place titles over the columns?
The output is supposed to look like this:
Weight Allowances
lightweight heavyweight
data 1 / xxxx / xxxx
data 2 / xxxx / xxxx
data 3 / xxxx / xxxx
...
How do I add in Weight Allowances, heavyweight and lightweight?
There should be spaces between the datas and the xes and lightweight and heavyweight should be above the xes. I tried entering them, but it all got squished together when I hit submit.
Thanks for your reply. I know how to get my output into columns, it's giving those columns titles that I don't know how to do. For example, let's say I was making a program that converted some figure into both metric and English sizes and I wanted to put those figures into columns.
English metric
thing 1 xxx xxx
thing2 xxx xxx
...
How would I get it so that English and metric will appear above each of the columns?