Which of the following languages is often translated to pseudo code?
Which of the following languages is often translated to pseudo code? Correct Answer PASCAL
Pseudo code is commonly used to teach algorithms for computer science students in an introductory programming course. When an automatic translation tool is available, students can translate their pseudo code to source code and then execute the resulted source code to check whether their algorithm is correct.