Ok, this is what I have so far: The thing is I'm suppose to determine how much longer it takes the second bank to reach 50000. To do this I know that I will have to have some kind of count for the first bank and second bank, so when the first bank reaches 50k it stops, the program record the t and then when the second bank reaches 50k, the program record that t and the difference of the two will give me the answer. I'm getting stuck as to go about using the counter and ending the loop.
Using the For,While,If loops:
This is what I have so far, I know that I'm looking for t when A is at or above $50000 but I'm a bit stuck as to how to set it up so that it will calculate A for each t from 1 through 99 and than store that value of t. the loop will end when A is 50000.
/working
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.