I'm pretty new to programming, so any help or advice I can get is awesome.
I have an assignment to read in a program with a beginning balance and number weeks with a daily amount to be withdrawn every other friday. I've gotten through the portion where the user enters the desired time and starting amount, but I'm having trouble writing a loop that reads the first friday being 12 days after the start, and 14 every other after that. could anyone give me some suggestions? I'm trying to use a for loop currently. Thank you