yodanimal / EchoEarnings

SalaryWageCalculator
1 stars 0 forks source link

add new line before showing results #3

Closed javaswinger closed 10 months ago

javaswinger commented 10 months ago

I verified the new line works when running in console mode:

PS /Users/javaswinger/workspaces/EchoEarnings> ./Main.ps1
Enter 'C' for Console Interface or 'G' for GUI Interface: C
Enter 'H' for hourly wage or 'S' for salary: H
Enter your hourly wage: 50

Results
Hourly Wage: $50.00
Bi-Weekly Paycheck (Before Tax): $4,000.00
Bi-Weekly Paycheck (After Tax): $3,328.10 Annual Salary (Before Tax): $104,000.00
Annual Salary (After Tax): $86,530.50