Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
nombre_completo
//fpc 3.0.0 program nombre_completo; var nom, ap, completo: string; i_nom, i_ap, iniciales : string; largo : integer; begin readln(nom); readln(ap); largo := length(ap); completo := nom + ap; writeln(completo); writeln('su apellido tiene ',largo,' letras'); i_nom := copy(nom,1,1); i_ap := copy(ap,1,1); iniciales := i_nom + i_ap; writeln('sus iniciales son ',iniciales); end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Opdracht_1
practica 11 ejercicio 1
nomer7
nomer2
AUMENTAR O DISMINUIR EDADES
Урок 2 задача не из учебника
imprimir_numeros_hasta_N
6
Hello, 123
Random
Please log in to post a comment.