Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
test30
Урок 3, задача 8 (1481). Покупка
Squad equation
8
dad
two number sum
sp2014e4
P170815A - Cálculo da massa de um tanque
Martix
zad27-notoptimal
Please log in to post a comment.