# Introductions These problems are intended to be a graduated series of exercises to help students gain proficiency at Java programming. They are a loose copy of the Ninety-Nine Lisp Problems, which are themselves translations of Ninety-Nine Prolog Problems. I've removed some of the less relevant problems and added some simpler ones suitable for new programmers. The problems are designed to get harder as you go through each section. Sometimes the earlier problems will help you solve the later problems. Make sure that you read the first section: How to Answer These Questions. # Questions - [[1 How to Answer These Questions]] - [[2 Loops]] - [[3 Arrays]] - [[4 Strings]] - [[5 Arithmetic]] - [[6 Strings, Arrays and Collections]] - [[7 More Collections - Return to Lisp Problems]] # Solutions - [[2 Loop Solutions]] - [[3 Array Solutions]] - [[4 String Solutions]] - [[5 Arithmetic Solutions]] - [[6 Strings, Arrays and Collections Solutions]] - [[More Collections Return to Lisp Problems Solutions]]