You are on page 1of 1

When writing program name

Program: Project1
If using multiple words
Program: one_two_three
to begin program write
Begin
to give instruction use a prompt
Writeln.Readln
At the end of every command put a semi colon (;)
LOOPS
1) Repeat Until
2) for do to
3) while

in loops you must set variables


example
char(character) accepts only 1 characterall keys are char
integer- non decimal numbers
real- numbers with decimals
string- cha with more space

You might also like