vendredi 1 juillet 2016
PASCAL - Lesson 3
08:55
PROGRAMMING PASCAL
LESSON 2
Now we will focus on operations and strings
We will learn also IF statement
Let's start
We will make a calculator using Pascal
IF statement looks like this
if -condition- then
begin
operations...
end;
But if there is many conditions
it will look like this
if -condition- then
begin
...
Pascal - Lesson 2
08:16
Pascal - Lesson 1
07:46
PROGRAMMING PASCAL
LESSON 1
We will begin with simple programs. We begin with 'Hello World' program.
As any languages has rules, grammar, syntax... Pascal has his own rules and you should obey it.
The program name we write (program myfirstprog)we use begin in the program beginning and end on its endingbut before that we write uses...
Inscription à :
Articles (Atom)