Posts by Glaucio Pontes • 25 points
2 posts
-
-1
votes1
answer36
viewsQ: pascal algorithm with an error
I made this algorithm but it does not run, an error appears, "This is not expected": Program valormaior_oumenor ; var valornicial, valorfinal:integer; Begin writeln('Digite um valor ');…
pascalasked Glaucio Pontes 25 -
1
votes4
answers115
viewsQ: Algorithm execution error in pascal
I’m studying the use of CASE in the Pascal language, but when I run it appears syntactic error ";" não esperado, in this algorithm: Program Crianca_Esperanca ; var D: integer; valor: real; Begin…
pascalasked Glaucio Pontes 25