I'll look into it. PASCAL was my very first language but that was years ago.
In the meantime, the application seems kinda simple. Write = printf in C. Writeln is write on a new line. readln is cin. The rest are loops etc. I will help you out but I'm not going to just give you my code.
If you know what Assign, Reset, and New does, you should be able to figure out what to do in C++.
Awsome now im more relaxed that i got someones attention as i go on. ill post what i done so far.
but no you see all my classes have been on C++, and this new teacher just wanted to be special and gave us pascal but i dont understand anything about pascal i know a bit more of C++.
If your course is in Pascal, you might as well learn it. It isn't very much of a jump from something like C++.
The Wikipedia article is a pretty good start. (You are using a Borland variant of Pascal.) http://en.wikipedia.org/wiki/Pascal_(programming_language)
See also the links at the bottom of the page for some good tutorials and other resources.