I am new to C++ and learning it for the first time with the help of some free C++ tutorial videos from Udemy. I have been trying to create a simple table for the past hour but I just can't figure out what to do.
The table I want to create using the follow input data:
John __________?
David__________?
Kat____________ ?
I have only been able to print the names,ages and salary along with the taxable deduction amount but I haven't been able to turn it into a simple table. I'm not sure what to do, can someone please help me?