C# – is the this the right way to code a tax calculator
I am in my first year of a programming course and have an assignment using c sharp where we have to make a payroll calculator which calculates gross pay, tax, net pay and superannuation contribution. I am ABSOLUTLEY stuck on one part and was hoping someone can help.
How to check if a csv row is empty in C#
I want to know how to check if a csv row is empty in a .csv file with c#, so that I can write data in it.