My Pascal Programming Page
I took a computer programming class my senior year
in high school. Here are some of my favorite programs.
Character Counter
This will count the number of each character in a file that you created.
It needs to be used with Character file creator.
Character File Creator
This will write a file that contains character.
Perfect Number Finder
This program will find perfect numbers.
Perfect numbers are numbers are numbers whose
factotrs other than itself, add up to be the number.
Prime Number Finder
This program will find prime numbers.
Pallendrome Checker
This program will check to see if a word
is a pallendrome. A pallendrome is a word
that is spelled the same forwards and backwards.