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.
- 1: How to Answer These Questions
- 2: Loops
- – Loop Solutions
- 3: Arrays
- – Array Solutions
- 4: Strings
- – String Solutions
- 5: Arithmetic
- – Arithmetic Solutions
- 6: Strings, Arrays and Collections
- – Strings, Arrays and Collections Solutions
- 7: More Collections: Return to Lisp Problems
- – More Collections: Return to Lisp Problems Solutions
You can learn more about java by reading this book Introduction to Programming
Using Java
Author: David J. Eck ( eck@hws.edu )
LikeLike
Very nice tutorial.
I suggest also to check this java core tutorial for beginners:
LikeLike