Welcome
to Pascal Programming Website - a website which is particularly designed to help
you learn the pascal programming language very quickly and interactively!
Enjoy surfing through the site and reading the lessons built purposely for those who would like to get themselves
familiar and to get capable of writing structured Pascal programs.
The
Pascal Programming Language
If
you stepped into the site to start learning Pascal, you are in the right
track! There are'nt any special pre-requisites to learn Pascal. Thus, you
can start learning it straight away! Pascal is a very easy language, and helps beginners
to introduce them to other languages, before they can start to learn
C or C++ or any other advanced language (such as JAVA).
What
is PASCAL?
Pascal
is an ordinary high-level language which is widely used as a starting
or as a teaching language. However, nowadays Pascal is sometimes preferred
to other languages, and could be useful to solve technical problems.
It is not necessary to learn any other easier language to start learning
Pascal, or any of that sort. It is a very easy programming language
and helps you to understand the basics of the world of programming.
Also, it greatly helps you in order to start learning the C programming
language. I had different experiences, one of which I learned Pascal,
and then moved to C programming very easily. The Pascal programming
language has its structure and syntax very similar to that of the C
programming language.
A
General Overview of Low-Level and High-Level Languages
There
are two main categories of programming levels; these are low-level and
high-level languages. The terms 'low' and 'high' does not mean that
a group of 'low-level' languages are inferior to the 'high' ones. A
low-level language consists of machine-oriented programming. For example,
machine code is the only language with which the CPU understands. The
other most-common low-level language, is the Assembly language. The
Assembly language has a structure of machine-oriented programming. The
Assembly Language, in other words, has a major control of the computer
hardware. The Assembly Language makes use of mnemonics and has
a better relationship with the memory and the CPU unit far more than
that of other programming languages. The Assembly language is sometimes
used as part of the source code written in Pascal.
A
high-level language consists of all those languages which are problem-oriented.
A low-level language is not user-friendly, that is, makes it hard for
the user to understand the structure of the program. Pascal, C/C++,
BASIC, COBOL, Fortran, etc.. are examples of high-level programming
languages. High-level languages represent their source code in such
a way that it is more understandable to the programmer.
Machine
code is a language which uses binary coding in its source codes. What
do you understand by 0001001011 010101 1001110? It's machine code -
the only language which is understandable by the CPU.
Interpreters
and Compilers
Every
high-level language has its own source which needs to be translated
into the CPU's language - machine code. These translators are referred
to as interpreters and compilers. A high-level language package contains
either an interpreter, or a compiler, with which a high-level language
uses to translate the source code into object code.
An
interpreter is more slower than a compiler, the fact that it has to
be loaded into memory till the end of the translation of the program.
It is less practical than the compiler. However, the interpreter can be helpful for correcting out errors in programs i.e. it is
ideal for debugging. A compiler is faster due to its single, complete translation
of the program into object code. A compiler, compiles the source code
(with no syntax errors) and makes a copy of it. This copy is called
the 'object code'. After it has been compiled, it does not need a recompilation (unless the source code is changed and a recompilation is required to affect the change). The object code used by the OS in order to execute the compiled program.
Where
Can I Get A Compiler?
For any student who tends to learn Pascal, starting from today, the
best thing he should do is to search for a Pascal compiler, before he
start learning Pascal. If you would like a compiler which runs under
windows environment and GUI, then you can click here. The most
famous compiler is the latest Borland Turbo Pascal 7.0, and is highly
difficult to find it out on the market. However, the 'museum of traditional pascal' of Borland
is giving out (pascal) compilers for free because of their old age. [ Note: It
is important to use the Borland's Pascal Compiler because it is widely
used ]
When
you are ready to start, choose lesson 1 from the navigation bar
menu or click here.
Articles
Are you looking for some more advanced and applied concepts of the pascal programming language such as sorting, pointers and linked lists? Then articles is just the section for you. Articles provide discussions about advanced concepts of the language which you can integrate into your programs and use them wisely.
Why don't you have a look at the articles section by clicking here or choose an article from the table below:
Mistakes
can be found in some of my source codes around this site. Should this
happen, please send me an e-mail and inform me immediately, and obviously
state where should this mistake be found. You will be doing a favour
for yourself and other students. Anyways, thank you if you spot and obviously report any
errors in my pascal programs.
If
you would like to discuss any problems with me and other users, then don't hesitate to register with our forums and posting your problem using the POST NEW TOPIC feature. If you are not registered, the register by clicking the link below:
I will be very glad and looking forward to help you through our forums!
Link To Us
We greatly appreciate your help to get this site more useful and let others benefit from the best pascal programming resource site on the net. Great effort was done to greatly improve this site's environment for every visitor to this site to be comfortable in.
For those who would like to include a link to our site, they might use a cute logo like the one provided to you below linking to (right-click on the image and choose save as to save the image to your computer):
The registration form had a minor glitch in its javascript coding and because of this technical problem, one could not submit his/her details in order to register. Now the problem is solved and the registration form is once again working normally.
15 September 2006
Articles just keep adding in numbers ;). Another one is added, and is about Recursion.
14 September 2006
Two more articles are added ;). The new articles are about Pointers and Linked Lists.
The first article is out for you to read! Its about Sorting. Check it out right now by clicking here or choose the articles button from the navigational menu on the left.
7 September 2006
The new and freshly re-designed website is uploaded back for you to enjoy reading it more comfortably.
As you may have noticed, a new section has been added to the lessons on the left navigation menu. Articles consist of a number of discussions about chosen subjects and which won't be available in the lessons. The articles are still under construction, but you will be informed here when articles will be added.
Help yourself surfing this site and reading lessons in a better environment.
5 September 2006
A complete website re-design is in progress. The new layout is user friendlier which of course gives a boost to the necessary comfort for a user to read the text. Unfortunately, because of the major website upgrade, the site would be unable to be up and running and would need some amount of downtime. Hope that it would not be long and be up again for you to enjoy learning in a better environment that you deserve.
27 June 2006
NEW! Users can freely submit their own comments regarding a particular lesson in the end of a lesson.
26 June 2006
HOT NEWS: FORUM Ver 2 is here! Just take advantage of this cutting edge forum, ready to help the community about its programming needs!
What's new in Programming Forums Ver 2:
> Nice New Look ;)
> Topic/Reply is far more flexible
> New Thread: Off-Topic so you can post on anything you like :)
Post By: lovenaPosted On: 2010-02-06 i want a sample program for retrieve
Post By: fideliPosted On: 2010-01-28 hello, sir pls can you help to translate this algorithm into a c++ or c codes. i have been trying it but i couldn't get it. the question is Write a computer program that adds two polynomial and entering the pair (0,0) means that the terms of the polynomial are complete.
then here is the algorithm
Algorithm for the polynomial addition
Reset (L1), Reset (L2)
While current (L1) <= Length (L1) and current (L2) <= Length (L2) do
Term1 Retrieve (L1, Current (L1)); term2 (L2, current (L2));
If term1 {exp} = term2 {exp} then ‘exponent of terms are eqal
Term3 {coef} (term1 {coef} + term2 {coef}) ; term3 {exp} term1 {exp}
Next (L1); Next (L2)
Else if term1 {exp} > term2 {exp} then
Term3 term1, Next (L1)
else
term3 term2; Next (L2)
if term3 {coeff} not equal 0 then ‘is the resulting coefficient nonzero
Append (L3, term3)
While current (L1) <= Length (L1) do ‘copy left over portion of L1
Append (L3, Retrieve (L1, Current (L1))); Next (L1)
While current (L2) <= Length (L2) do ‘copy leftover portion of L2
Append (L3, Retrieve (L2, Current (L2))); Next (L2)
Return L3
Post By: fideliPosted On: 2010-01-28 sir you can send the code to my email address. pls i need it today. any other person friend that writes program in c++ can also help. delcy4all@gamail.com
Post By: fideliPosted On: 2010-01-28 hello, sir pls can you help to translate this algorithm into a c++ or c codes. i have been trying it but i couldn't get it. the question is Write a computer program that adds two polynomial and entering the pair (0,0) means that the terms of the polynomial are complete.
then here is the algorithm
Algorithm for the polynomial addition
Reset (L1), Reset (L2)
While current (L1) <= Length (L1) and current (L2) <= Length (L2) do
Term1 Retrieve (L1, Current (L1)); term2 (L2, current (L2));
If term1 {exp} = term2 {exp} then ‘exponent of terms are eqal
Term3 {coef} (term1 {coef} + term2 {coef}) ; term3 {exp} term1 {exp}
Next (L1); Next (L2)
Else if term1 {exp} > term2 {exp} then
Term3 term1, Next (L1)
else
term3 term2; Next (L2)
if term3 {coeff} not equal 0 then ‘is the resulting coefficient nonzero
Append (L3, term3)
While current (L1) <= Length (L1) do ‘copy left over portion of L1
Append (L3, Retrieve (L1, Current (L1))); Next (L1)
While current (L2) <= Length (L2) do ‘copy leftover portion of L2
Append (L3, Retrieve (L2, Current (L2))); Next (L2)
Return L3
Post By: lawalPosted On: 2010-01-25 i am a new comer in this line firstly i need a free compiler for studying
Post By: winPosted On: 2010-01-19 i am using windows7,i dont know where can i type pascal program please send me instruction to follow on to type and run the program
Post By: rapPosted On: 2010-01-16 can anyone pls send a me link to
download a pascal program that could
run crt library pls thank you
Post By: sirkingPosted On: 2010-01-16 please can someone send me a sample bubble sort algorithm written in pascal. please i need this. send to me now.
Post By: Elizabeth JuliaPosted On: 2010-01-03 n0think is impossible
Post By: Elizabeth JuliaPosted On: 2010-01-03 Your Comment Komentar
Post By: Abdul Aziz Sanin BabaPosted On: 2009-12-26 Yup I 100%like pascal, because it lead me to situation where by i can't even eat or sleep.
But my prolem is i can't pack my codes for the graphics i sketched because its using lines iw worked it out.
*********************************
Our proogrammers has to consider one thing, that is when u understand pascal you will not suffer on the other languages
**********************************
Post By: RASKYPosted On: 2009-11-30 Ur. sight is fantastic,it increase my view,taught and my dream in leaning pascal program.Moreover, i need assistance in writing this program to calculate the scores of 3 subjects for 100 students.Have been grade the student.70 above=A
60-69=B,50-59=C,45-49=D,40-44=E,0-39=F
Post By: RASKYPosted On: 2009-11-30 Ur. sight is fantastic,it increase my view,taught and my dream in leaning pascal program.Moreover, i need assistance in writing this program to calculate the scores of 3 subjects for 100 students.Have been grade the student.70 above=A
60-69=B,50-59=C,45-49=D,40-44=E,0-39=F
Post By: MALUTI SHEIKHPosted On: 2009-11-26 HAPPY TO JOIN YOU AND READY TO GAIN MORE THANK YOU.
Post By: IkPosted On: 2009-11-15 I need help with my Programming on Karel The Robot, can i get help?.
Post By: J_e_s_s!!! :) Posted On: 2009-11-11 I need help!!!! with pascal programming. plz
Post By: BriannaPosted On: 2009-11-11 i need some help never did pascal before and i have to write one for a school project. it should accept the names of four candidates and the number of votes each candidates received and the one with the most votes is the winner. Print the name of the winner and the number of votes he/she received
Post By: Posted On: 2009-11-10 pls teach this program
Post By: Anthony MugabiraPosted On: 2009-11-09 Am a student of software Engineering at Makerere university in Uganda. I have interest in learning how to program using pascal. i wish i get a mentor from here so that i can achieve my dream! Am a first year student.
Thanks
Post By: wasePosted On: 2009-10-29 hay guys, how do i go abou to link circular doubly linked lists with files in pascal,can someone do me a simple example?
Post By: drdebcolPosted On: 2009-09-19 Pascal programming and many more here : http://www.pro9ramming.com
Post By: ngetichPosted On: 2009-09-17 iwanttoknow more aboutwritingapascalprogram.please help.
Post By: fredPosted On: 2009-09-15 please send me some pascal sample programmes
Post By: NitaPosted On: 2009-08-31 I am working on a school project trying to program the printer port (LPT1). I am using Turbo Pascal ver.7. I know that the hardware is working Ok because I checked it by using a program which I downloaded from Kemo Electronics - Ksi8.
Can you please indicate to me which syntax/commands I should be using?
Many thanks
Nita- Malta
Post By: ogbonna kingsley kPosted On: 2009-08-12 write a sinple program in PASCAL that can calculate area of any circle
Post By: zyntlePosted On: 2009-08-06 love ur work keep it up
Post By: tompaPosted On: 2009-06-27 The Downloadlink to Turbo Pascal 5.5 links to a unsafe website!
Post By: BenouamedPosted On: 2009-06-25 need Turbo pascal 4.0 programer's guide
Post By: FOFPCPosted On: 2009-06-25 Free Pascal (aka FPK Pascal) is an open source compiler for 32bit and 64bit pascal and object. It is available for different processors: Intel x86, Amd64/x86_64, PowerPC, PowerPC64, Sparc, ARM. The following operating systems are supported: Linux, FreeBSD, Mac OS X/Darwin, DOS, Win32, Win64, WinCE, OS/2, Netware (libc and classic), Onix and MorphOS.
Post By: drdebcolPosted On: 2009-06-14 Great articles i can find here, because i am pascal programmer and i lead one forum :
http://www.pascalforums.net
So if you like Pascal, you can register there and post, there are some tuts too !
Post By: lucasPosted On: 2009-06-13 Das ist fur BABY GAL: who asked about your programming level, and why do you believe somebody is interested a about your knowledge in Pascal? This guy makes a very good article for beginners. If you say you know much more, first make something, and after criticize.
Post By: BABY GALPosted On: 2009-06-09 Thanks so much for the very wonderful information you have provided.may GOD bless you.
Post By: unescoPosted On: 2009-06-07 hey this is very education and it has really helped me.keep up your good work.thanks a lot.
Post By: Posted On: 2009-05-17 Your Comment
Post By: darkPosted On: 2009-04-24 yeah i agree that turbo c is much better than turbo pascal
Post By: this sucksPosted On: 2009-04-24 hayzzz dont use turbo pascal turbo c is much better than turbo pasca;
Post By: hijeckerzPosted On: 2009-04-15 since we are sturding about this topic your website has helped us in many ways .thank you very much
Post By: McCoyjameoPosted On: 2009-04-01 It is really a privilidge having this opportunity to chat with you.But I really appreciate if our level of relationship is extended to cummunicating through emails.
Post By: StevePosted On: 2009-03-30 I found your website very interesting and useful for Pascal basics.
Post By: Shane DebattistaPosted On: 2009-03-11 First of all, well done for your
gr8 help with the website. Can you
pls help me with my coursework? I
have to use input and output
statements, assignment,
conditional, loops, arrays,
procedures and string handling statements. I have to do a
telephone directory. Notes given to
me were: Names and their related
telephone num(maybe also a town)
can be held in an array. User can
search for a name and the program
will output the telephone number
maybe also a town or an address. A
menu can be used to output the
whole list or searching by a
particular town. Thanks in
advance.(nb. as soon as possible
pls)
Post By: debiePosted On: 2009-03-09 help me... paano gumawa nang program using pascal na ang output ay parang sa ATM machine.
Post By: ARASHPosted On: 2009-03-02 HI ,I HAVE OLD PASCAL DAT FILE HOW I CAN EXPORT IT TO ANOTHER FORMAT SUCH AS TXT OR ...
Post By: HaseebPosted On: 2009-02-22 thanks a lot for this website you are truly a life saver for all those people learning pascal keep it up
Post By: delcyPosted On: 2009-02-03 this is really agret tutorial because i noticed that it help my students alot when i gave them an assignment on pascal programming language.FOR YOUR PASCAL, C++ ,JAVA,FORTRAN ETC BOOKS AND HANDOUTS EMAIL ME AT DELCY4ALL@YAHOO.COM OR CALL+2348068907755.I ALSO HAVE THE SOFTWARE THAT CAN ALLOW YOU TO TEXT AND BROWSE FOR FREE ON YOUR MOBILE PHONE USING ANY NETWORK SO CALL NOW
Post By: nxchinhntPosted On: 2009-01-31 Your Comment
Post By: the_big_bossPosted On: 2009-01-30 very nice tutorials where can i get one please
Post By: mayaPosted On: 2009-01-24 how can i write a program for a library?
Post By: meannPosted On: 2009-01-07 i need an installe for pascal's law tpw 1.5 version & program sample. thanks!!!
Post By: purPosted On: 2008-12-22 where can i ask my questions about pascal????
Post By: PeterPosted On: 2008-11-11 My old pascal custom made program generates .dat format file containing all names and addresses. but I need to exported to any windows program to print labels. Please advice. Thanks.
Post By: Grace UnoPosted On: 2008-11-04 this hand book is nice, pls i need a full note on pascal programming language.
thanks.
Post By: geraldinePosted On: 2008-11-02 taiwan not japanese
taiwan is orig.. 4 me in hana kimi...
Post By: geraldinePosted On: 2008-11-02 amhhhh....
i really love hana kimi...
Post By: ammaPosted On: 2008-10-18 can you help me to posting pascal tutorial programming in my address/email. especially for math solution. for example sin, cos, and tan invers
Post By: ralphPosted On: 2008-10-07 need help with creating a pascal program that checks balances.
program
Please select one of the following options:
1. Amount originally deposited or borrowed.
2. Ending balance.
3. Payment amount.
4. Annual Interest rate.
5. Number of years.
6. Exit
Please provide the original amount (in dollars) deposited in a saving account or, in the case of a loan, the original amount borrowed:
Please provide the annual interest rate(percent):
Please provide the number of years:
Please provide the number of times per year that payments are made:
Are those loans payments or deposits into a saving account? Type l
Post By: mikePosted On: 2008-09-19 what a nice web site! keep it up.
Post By: mikePosted On: 2008-09-19 i want to know more about programming pascal.More grease to your elbow.
Post By: mikePosted On: 2008-09-19 pls i need to know more about pascal programming. and i want to know which,where and how do i get a pascal programming textbook. it's a great site. keep it up.
Post By: ashleyPosted On: 2008-09-17 is someone going to hav the BCS exam s plz help..my email ash270185@yahoo.com...Dj-ashley@hotmail.com
Post By: ashleyPosted On: 2008-09-17 i need help wiz pascal programing especially wiz dry run etc...ill be doing my BCS certificate plz help i need only that paper to get my certificate
Post By: Leah RachaelPosted On: 2008-09-16 I will be having an exam soon,and your information on pascal has helped me alot.I have improved on my logics.Thank you
Post By: PamPosted On: 2008-08-21 Thank you very much for all the information :)
Post By: jerryPosted On: 2008-08-01 Hey guy, take this as my appreciation. Your work as really relieved me of the stress of reading a heavy text to have pascal programming over.
You have really made it through for us .
Thanks
jerry A.
Post By: nadiaPosted On: 2008-07-31 I wish u can help me to learn about pascal from the beginning
Post By: LourhynzPosted On: 2008-07-28 Hello.. It's a great site, because it help me lot in my programming lesson.. Can I ask a favor, if there is a full compiled copy of lesson niether in PDF file, or in MS word.
So that I could study true my own pc. Because I'm only renting a internet hour in a Cafe. Thanks and More power.
Post By: MargarethPosted On: 2008-07-07 i don't know about pascal programming but Ihave a few informations,,,,
[o:)]open START (at your lower left monitor--green in color)
[o:)] just click RUN...
(i don't know whats the address but it has .exe at the end,,something like that,,,and when you know that address just click double enter in your keyboards,,,and there was a blue scene come out!!!--pascal program!!!)
[o:)]just write---
program prelim;
uses crt;
const
a='(shift 129)';
b='(shift 223)';
c='(shift 220)';
d='(shift 221)';
e='(shift 222)';
f='(press space!!)';
begin;
ctscr;
gotoxy( (no. from 1-80) );
writeln( (letters from above) );
gotoxy( );
writeln( );
(and so on and so fort until you decide to stop!!)
[:)s]
try to press F9 to view your project,,,
and F2 to save youe project don't forget to the last name of your project to have .pas
okei!!! :)
Post By: toniPosted On: 2008-07-07 Is there no "search" box here so that I could type or search for any terms about Pascal Programming?..Well, just a suggestion..By the way, nice website..
Post By: knojoPosted On: 2008-06-20 i like ur tutorials
Post By: MishaPosted On: 2008-06-15 WOw, this is helpful... BUT... Here's the story- I have been absent from my Pascal programming class for 3 weeks, I came back and now the teacher wants me to try out a few programs for a test tomorrow. I have one that I have no idea how to do... Can you help me?
Here are the directions:
"Mr.Paul has an amusement park. On one ride, there are many different cabins painted different colors. Since the colors evoke different emotions, each cabin is priced individually.
A group of friends want to ride Mr.Paul's cabin ride. They want to sit together, or in cabins right next to each other.
The amount of friends: N
The capacity of one cabin: K
The amount of cabins: M
Now, the program will get these numbers from a file on the desktop (the file should have N,K,M separated by a space, plus the $$ amount each cabin costs), then it should calculate how many cabins are needed, then which combination is the cheapest for the friends.
So, for an example:
Input: 7 2 10
80 70 40 90 100 60 70 80 80 50
Output:
240
Good luck!"
Ok, so I have absolutely no idea.
I wanted to ask you for help- please please please if anyone knows how to make this program, don't hesitate to write at least a little part of it.
Thank you!!!!
Post By: isalovellPosted On: 2008-05-30 nice nice website guy!very informative indeed!
Post By: BennyPosted On: 2008-04-22 This website is great. I learn a lot of things. Also, I have a question want to ask you. How to write a Pythagoras's theorem (a^2 + b^2 =c^2)?
Post By: THE BOSSPosted On: 2008-04-15 HELP ME with pascal!!!!!!!
Post By: ashkan-khoPosted On: 2008-03-30 I have problem please somebody helpe me . i want to resive data from USB port and use it in my program but i dont know how can i do it
Post By: DaniesPosted On: 2008-03-10 I want to learn more about Pascal
Post By: faith2Posted On: 2008-02-23 this site seems really helpful to someone like me who has no experience in programming
Post By: Aja MukhtarPosted On: 2008-02-08 Please am Nigerian Student requesting you help with a comprihensive ebook on a turbo pascal in possible for my studies...
Post By: Azerbaijan BDUPosted On: 2007-12-16 Hi Everybody!!I need Help about below...
I want this: for example: when I write 56 then will be Read 'Fifty Six'
Help me please..thx!!
var
a:integer;
b:string;
begin
Readln(a);
case a of
1:b:='one';
2:b:='two';
3:b:='three';
4:b:='four';
5:b:='five';
6:b:='six';
7:b:='seven';
8:b:='eight';
9:b:='nine';
10:b:='ten';
end;
Writeln(b);
Readln;
end.
Post By: GabsPosted On: 2007-12-01 Hello
I read about your history and i love to have you books on pascal and here is my contact address.
Name.....Gabriel S.O
Address..........37 kujore street, Ojota, Lagos, 23401, Nigeria.
Thanks
Post By: arsalanPosted On: 2007-10-24 Your Comment
Post By: arsalanPosted On: 2007-10-24 Your Comment
Post By: NarPosted On: 2007-10-09 hi
can you help me in my project
i have a problem in my sorting algorithm using a record list
can you send me a bubble sort program applied in record list
Post By: bishrantPosted On: 2007-10-04 I like pascal programming very much . It's a wonderful one
Post By: HasslehoffPosted On: 2007-10-04 cool helpful site
Post By: ZaraPosted On: 2007-09-28 anyone here teach me how to create a code that will run 5 times?!
Post By: jackPosted On: 2007-09-25 Why does Pascal not offer the read/data method of input; as in Basic?
Post By: Posted On: 2007-09-25 Why does Pascal not offer the read/data method of input; as in Basic?
Post By: SRandikaPosted On: 2007-09-22 I'm new to pascal and very interesting to learn the skills.
Post By: veunaunaPosted On: 2007-09-19 just whant to know more about pascal where do i go
Post By: kirr0Posted On: 2007-09-11 pwd poh bah mgdownload ng pascal?
kung hnd ok lng...
Post By: KatamaPosted On: 2007-08-30 Im learning pascal,please let me know more on how to dry run a psuedocode.
Post By: samantha cottomPosted On: 2007-08-21 hay i really liked the article what is pascal because it lets the readers know that language of this one is very similar to c language
Post By: bribaetzPosted On: 2007-08-07 its really pretty good. what really i think it needs to explain the programs in more depth.
Post By: rickyPosted On: 2007-06-08 i have tried running the file handling code(reading from file) but it tells me can't file code. pls help
Post By: LeleDumboPosted On: 2007-03-14 I think we shouldn't just stop at general programming, let's move on to OOP or Windows programming... using Pascal!
Post By: MasterCoryPosted On: 2007-02-22 I like pascal it makes me feel happy.
Post By: blazexp2zPosted On: 2006-11-04 im using turbo pascal 7.0 and im dealing with repeat..until loops.
this program asks me to select a maximum value and a minimum value then guess the random number and if the number is too large then it will writeln too large or vice versa. im having trouble programming it to make a random number to guess.
Post By: ruzinjolPosted On: 2006-10-30 nice webprogramming skills and very intuitive pascal teaching insight. Keep it up!!
Post By: ZIZOPPosted On: 2006-10-06 pls, always send new information to my box
Post By: garethPosted On: 2006-10-02 Windos unit for dev-pas?
im having great difficulty
writing directories can anyone please help. thanks
Post By: holyPosted On: 2006-09-12 holy shiet wat the great site omg great job man /respect i want to shake ur hand for that great great JOB!!
Post By: MaNarePosted On: 2006-08-21 I wish to learn pascal and your sight seems very good for me.
Post By: jessyPosted On: 2006-08-09 Very fine and educating article. Keep up the good work.