Warning: Undefined property: WhichBrowser\Model\Browser::$name in /www/wwwroot/steprimo.com/config.php on line 30
Warning: Undefined property: WhichBrowser\Model\Device::$manufacturer in /www/wwwroot/steprimo.com/config.php on line 34
Warning: Undefined property: WhichBrowser\Model\Device::$model in /www/wwwroot/steprimo.com/config.php on line 35 Pascal. Exercises Download APK for Android
Collection of exercises and problems with a solution for the programming language Pascal. Tasks are grouped by topics "Linear algos", "Conditions", "Loops", "Arrays", "Matrices", "Strings", "Files", "Functions". Each subsequent topic requires knowledge of the material of the previous one, but not vice versa. So the "Conditions" does not contain tasks with cycles. However, the "Cycles" topic includes tasks that have both cycles and conditions.
Among the exercises there are classical algorithms - sorting, finding the greatest common divisor and least common multiple, calculating the factorial, deriving the Fibonacci series, etc.
For compilation and verification, the FreePascal compiler was used.