TD_pascal

TD_pascal

This page introduces computer programming students to the syntax of the pascal programming language.

01/02/2023

To calculate and output the product of 9 and 8

Writeln(9 * 8);

07/09/2022

Write a pascal statement to calculate and output the product of 9 and 8:

Photos from Ministry of Education - TT's post 29/08/2022

Laptops for students again. Hope they will be put to proper use. All the hardware in the world without the right software will not benefit students.

02/08/2022

Program Development
The fist step is :

DEFINE THE PROBLEM

13/07/2022

Tips to fight inflation
1. Postpone large purchases
2. Stick to your budget
3. Forget about foreign vacations. Try a stacation.

13/07/2022

Pascal is a structured high-level language.
This means it uses English-like words as commands.
READ, WRITE, BEGIN, END.

28/06/2022

Writeln('X + Y');

If X = 2. And. Y = 3
What will the output be?

Scroll down for answer
I
I
I
I
I
I
I
OUTPUT. : X + Y

20/06/2022

What's the command to accept input?

02/06/2022

Pascal is no longer a popular language as it once was but we can still learn much from its syntax

05/05/2022

Writeln('Hello Students');

04/03/2022

Write an output statement to output the product of 5 and 6:

Scroll down for answer :............
Writeln( 5 * 6 );

13/12/2021

Pascal :Question and Answer
Q. code to output the sum of 12 and 8

A. writeln(12+18);

09/12/2021

If we write this code the output will be 24
writeln(12 * 2);

Write code to output the sum of 12 and 8
.................................................................

Website