200 Level Computer Science exam questions and the detailed answers. Download the answers in document format. Correct, detailed, and straightforward answers.
Questions:
(a) Draw a flowchart for the Pseudo code below:
- Declare VARIABLE A, B, C
- Assign value to VARIABLE A
- Assign value to VARIABLE B
- ADD A > B
- Store the result to C
- PRINT C
- END
(b) Translate your flowchart to Pascal codes.