+ 2
Hey How do I reverse a string in Pascal?
I mean some examples Will be good🙏
5 odpowiedzi
+ 3
which version of Pascal do you use? Classic Pascal? Embarcadero Pascal? Free Pascal? Delphi?
+ 1
Please remove other languages except Pascal written in Relevant Tags.
Hope you understand 👍
+ 1
Michael Classic
0
Michael Thank You 🙏
- 1
Write a procedure with a while loop. In this loop swap the elements s[i] and s[length(s)-i].