- This event has passed.
5 PM – Android Game Dev – Gamas
May 13, 2023 @ 5:00 pm - 6:00 pm
Homework
- Book.getInfo() needs to return String in the following format “Lord of The Rings by JRR Tolkien. Published on 1950. Price is $20. ID ABCD123”
- Inside LibrarySystem, add one more method “editBookPriceUsingList()”. This is very similar to editBookPrice(), but use the bookList instead of the bookMap.