Repository contains solutions to programming assignments for the course "Java Programming: Solving Problems with Software".
The course is offered by a Duke University on Coursera education platform.
- Course: https://www.coursera.org/learn/java-programming/
- Resources for this course: https://www.dukelearntoprogram.com//course2/index.php
All samples of code had been writing and tested in BlueJ IDE. For Duke's courses recommended using a custom version of BlueJ.
I used standart version from official website (at the time of take the course it's a version of 5.0.0).
Each sample of source code contains a main method with calls test methods.
Some code use extra packages, these packages are included by default in Duke's custom version of BlueJ, but links just in case: