Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
test3
//fpc 3.0.0 program HelloWorld; var number1: string; var number2: string; var option: string; begin writeln('Bienvenue dans la calculatrice!'); writeln('Choisis un option:'); writeln('1. Addition'); writeln('2. Soustraction'); writeln('3. Multiplication'); writeln('4. Division'); writeln('5. Sortir'); readln (option); if (option = '1') then begin writeln('Quel est ton premier nombre?'); readln (number1); writeln('Quel est ton deuxième nombre?'); read (number2) end end.
run
|
edit
|
history
|
help
0
12345
practica 2 ejercicio 9
Урок 3, задача 8 (1481). Покупка
08 Ariketa REPEAT
рекурсия двух функций
nomer7
1º Questão - VS - 1º Semestre 2017
вывод строк символов
nomer2
jhjj