void emptyVase( int flowersInVase ) {
if( flowersInVase > 0 ) {
// take one flower and
emptyVase( flowersInVase - 1 ) ;
} else {
// the vase is empty, nothing to do
}
}
A. Luxton-Reilly. Proceedings of the 2016 ACM Conference on Innovation and Technology in Computer Science Education, Seite 284--289. New York, NY, USA, ACM, (2016)
H. Lieberman. Proceedings of the INTERACT '93 and CHI '93 Conference on Human Factors in Computing Systems, Seite 144--. New York, NY, USA, ACM, (1993)
P. Frison. Proceedings of the 2014 Conference on Innovation &\#38; Technology in Computer Science Education, Seite 334--334. New York, NY, USA, ACM, (2014)
S. Rodger, M. Bashford, L. Dyck, J. Hayes, L. Liang, D. Nelson, und H. Qin. ITiCSE '10: Proceedings of the fifteenth annual conference on Innovation and technology in computer science education, Seite 234--238. New York, NY, USA, ACM, (2010)