1. Write a Pascal program to show an output below
12 * 2= 24
.........
12 * 12 = 144
2. Write a Pascal program to find a summation of the following sequence
3. Write a Pascal program to verify an integer received from a keyboard.
If the integer is in a range from -3 to 3, show the output corresponding
to the received integer as the table below
-3 |
|
-2 |
|
-1 |
|
|
SEPARATE |
|
|
|
|
|
|
4. Write a Pascal program that will receive 20 integer variables. Find the maximum and minimum values of this set of variables.
5. Write a Pascal program to find the summation of a sequence below