Ada for Software Engineers (Second Edition with Ada 2005)
Mordechai (Moti) Ben-Ari
Springer 2009

This archive contains source files for the quizzes in the book.
The programs are public domain.
While every effort has been made to ensure their correctness,
the programs are intended for educational use only; any other use
is the full responsibility of the user.

The programs (extension ".ada") have multiple compilation
units in them. If you are using the GNAT compiler, you will
have to "chop" them into separate compilation units before
compiling:
  gnatchop -w qNN.ada
