In Pascal, there are different types of information called data types! ๐
Some common data types are:
-
Integer: Whole numbers like 1, 2, or 3.
-
Real: Numbers with decimals, like 3.14.
-
Char: A single
letter, like 'A' or 'B'.
-
String: A collection of letters, like "Hello!".
Pascal lets you organize these into structures like arrays, which are like boxes that hold lots of similar items. ๐ฆ
This helps programmers manage data better and create cool programs! ๐ป