The subroutine CHAR_TO_INT(character) returns the integer ASCII value of a character. For example,
CHAR_TO_INT('A') returns the value 65CHAR_TO_INT('Z') returns the value 90CHAR_TO_INT('@') returns the value 64CHAR_TO_INT('[') returns the value 91Develop an algorithm, using either pseudo-code or a flowchart, that:
You must use the built-in CHAR_TO_INT subroutine in your answer.
208 exam-style questions on AQA GCSE Computer Science Representing algorithms. Each one has a worked solution and a mark scheme showing where the marks go.