Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Find the greatest integers - v1
//fpc 3.0.0 program HelloWorld; var great,a,b,c: integer; begin write('Enter three integers: '); readln(a,b,c); write ('The greatest number is '); if (a > b) then if (a > c) then writeln(a) else writeln(c) else if (b > c) then writeln(b) else writeln(c) end.
run
|
edit
|
history
|
help
0
formato_real
practica 11 ejercicio 6 BETA
Светофор-графика
RAMON BARBOSA DE ARAUJO CONCEIÇÃO 600623124
Calculatrice 1.0
1 2 9
08 while
practica 7 ejercicio B1
test07
Primo1