Closed kkors closed 1 year ago
Hello! Thank you for your feedback. This codelab is out of date and no longer maintained. Instead, please refer to the Android Basics with Compose course for the latest recommended practices. If you are looking for content on Views, you can check out the Android Basics in Kotlin course.
Describe the problem The assignment reads:
This input does not trigger an IllegalArgumentException since dividing by 0 in floating point operations equals positive Infinity. The previous step even demonstrates it in the solution code of the unit tests and the proposed solution executes without errors.
In which lesson and step of the codelab can this issue be found? Android Java Fundamentals codelab: 03.2: Unit tests Step 5 Coding Challenges
codelab: android-fundamentals