Pascal Variables – Lesson 2

As with any other programming language, Pascal variables are meant to hold data of different types that are expected to change while the program is being run. The types of variables used in Pascal programs are char, string, integer, real and boolean. To initialize a variable, we write the variable name followed by a colon … Read more