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
Menezes
Урок 3 задача 1 повышенная сложность. Задача 1484. Усложнённая.
Fb password
Poukimone1 tg
Tri 1.0
Matrix
VINICIUS ELIAS SILVEIRA 600625519
Урок 3 задача 4
2
Enigma