Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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.
Lab3Factorial
Area of a Triangle
Random Numbers
Mengubah desimal ke biner
Naloga 12: 3.9.2003
Ipis unazad ulancana lista
Определение стенки с максимальной высотой
B prethodnih B sledecih
Pascal Epsilon
nomer5
stackse - search stackoverflow differently
Please log in to post a comment.