T
Tony!
My teacher wants us to have 2 space margin from the left side of the
console window.
The following code displays the results fine but w/o the required
indented 2 spaces
//Write Header
Console.WriteLine("\n\nExponents
--------------------:\t\tRoots ----------------:");
Console.WriteLine("Number\tSquare\tCube\tFourth\t\tCube\tFifth\tEighth");
When I add the 2 spaces from left window to the start of each of the
two above writelines, it screws up the spacing of the first tab in the
string I'm writing.
So my header lines gets all screwed up.
Any thoughts on how to get around this?
Thanks,
Tony!
console window.
The following code displays the results fine but w/o the required
indented 2 spaces
//Write Header
Console.WriteLine("\n\nExponents
--------------------:\t\tRoots ----------------:");
Console.WriteLine("Number\tSquare\tCube\tFourth\t\tCube\tFifth\tEighth");
When I add the 2 spaces from left window to the start of each of the
two above writelines, it screws up the spacing of the first tab in the
string I'm writing.
So my header lines gets all screwed up.
Any thoughts on how to get around this?
Thanks,
Tony!