Vertical Text Output

I'm doing my assignment using the Borland C++ Builder 6. My output file is like this:

|
F | *** 3 (17.08)
|
D | ******* 7 (28.44)
|
C | **************** 16 (50.63)
|
B | ********** 10 (69.13)
|
A | **** 4 (84.42)
|

How can I change it into this:

(17.08) (28.44) (50.63) (69.13) (84.42)
3 7 16 10 4
*
*
*
*
*
*
* *
* *
* *
* * *
* * *
* * *
* * * *
* * * * *
* * * * *
* * * * *
-----------------------------------------
F D C B A
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories