Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[12 / 3 / ?]

C# help

No.208334 View ViewReplyOriginalReport
Hey this is for a programming class, I'm really shit at it can anyone help?

This is the question

>Susan is hired for a job, and her employer agrees to pay her every day. Her employer also agrees that Susan's salary is 1 penny the first day, 2 pennies the second day, 4 pennies the third day, continuing to double each day. Create an application that allows the user to enter the number of days that Susan will work and calculates the total amount of pay she will receive over that period of time.

This is what I have so far https://gist.github.com/anonymous/9a4bf139c944f5b2e79c5e43b4f97539

I have everything up until the getting the total, I've tried a few things but I don't know what to do.