Thread: Pascal
View Single Post
04-18-2007, 04:19 PM
#3
Steven Fergus is offline Steven Fergus
Status: Hey, I'm Steven
Join date: Feb 2007
Location:
Expertise:
Software:
 
Posts: 1,212
iTrader: 3 / 100%
 

Steven Fergus is on a distinguished road

  Old

Thanks White Line, i'm actually enjoying learning it. I can't wait to go further in depth with the scripting of it. As I said, at the moment we are doing little calculations. Here is an example of one which I am was doing today:

Car purchase or credit purchase

For Cash the customer is given 15% discount on the cost price. The credit purchaser pays the cost price, pluss 40% over 36 instalments. Write a program to output:

For Cash Sales
Price xxxxxx
Discount xxxxxx
Finial Price xxxxxx

For Credit Sales
Price xxxxxx
Interest xxxxxx
Total Price xxxxxx
Monthly payment xxxxxx

I only worked on it for 5 minutes, so it isn't complete. I think i will download it here, at home so I can practice now and agian.

I was wondering if you know what else can be done? And if you have any examples you could show me?