Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Calculatrice 1.0
//fpc 3.0.0 program HelloWorld; var firstnumber: string; var secondnumber: string; var option: string; begin writeln('Bienvenue dans la calculatrice !'); writeln('Choisis une option:'); writeln('1. Addition'); writeln('2. Soustraction'); writeln('3. Multiplication'); writeln('4. Division'); writeln('5. Sortir'); readln(option); if(option='Addition')then begin writeln('Quel est ton premier nombre ?'); writeln(firstnumber); readln(firstnumber); end; end.
run
|
edit
|
history
|
help
0
Урок 3 не из учебника. U-контур и функция sign (x)
practica 1 ejercicio 6
Random Numbers
linear eq
janja - naloga 2 - 25.1.2012
Giai pt bac 2
Find the greatest integers - v3
Сортировка трёх чисел в порядке возрастания
24/10/17
practica 3 ejercicio 2