Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
P170808C
//fpc 3.0.0 program P170808C; begin writeln('Operações Aritmétricas'); writeln(''); writeln('Soma'); write('8 + 8 ='); writeln( 8 + 8); writeln(''); writeln('Subtração'); write('8 - 7 ='); writeln(8 - 7); writeln(''); writeln('Divisão'); write('8 / 2 ='); write(8 / 2); writeln(''); writeln('Multiplicação'); write('8 * 2 ='); writeln(8 * 2); end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Calculatrice(TROP compliqué)
practica 9 ejercicio 7
nomer2
nomer8
test 1 avant que theo huart etaigne mon ordi
homework
basketball_player_training
Opdracht_1
Naloga 5: 9.2.2011
busca de string
Please log in to post a comment.