Siobhan Wojcik wrote:
> Hello,
>
> I've been having an issue with a program that I'm writing. The program
> works until it has to compute something:
>
> def carPmt():
> cost = requestInteger("How much does the car cost?")
> downPmt = requestInteger("If there is a down payment, how much?")
>
Hello,
I've been having an issue with a program that I'm writing. The program
works until it has to compute something:
def carPmt():
cost = requestInteger("How much does the car cost?")
downPmt = requestInteger("If there is a down payment, how much?")
tradeIn = requestInteger("If there is a