Skip to content

Opening book details…

About this document

Pascal Meta-Sorter Program Generation by Hello mister is a document available to read on EtoBox.

The document describes a problem to write a "meta-sorter" program that generates Pascal programs to sort numbers. The generated Pascal programs must: 1) Declare variables for the given number of inputs 2) Read in all the values in a single statement 3) Use only if-then-else statements comparing variables 4) Have the correct number of semicolons and writeln statements 5) Avoid redundant comparisons and print outputs in sorted order

Author
Hello mister
Language
EN