Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
5º Questão VS - 1º Sem. 2017
//fpc 3.0.0 // Questão V - VS - 1º Semestre de 2017 program Questao_V; uses crt; var texto : string; comp, n : integer; begin texto := 'UNIVERSIDADE SALGADO DE OLIVEIRA'; comp := length(texto); n := comp; while n > 0 do begin writeln(copy(texto,n,1)); n := n-1; end; end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Задача №1516. Проверка на простоту (цикл while)
practica 5 ejercicio 1
Tri1
Circle
Different numbers in array
practica 1 ejercicio 3
solar_system_yupiter
2
Однажды в сказке
test10
Please log in to post a comment.