google-developer-training / kotlin-bootcamp

Report issues with the Kotlin Bootcamp for Programmers codelab
7 stars 2 forks source link

L3.1 Using Classes and Objects issue: incorrect output text in the lesson #234

Open hwangisgone opened 1 month ago

hwangisgone commented 1 month ago

Describe the problem Final output in the lesson for the cylinder was "Water: 14.4 l". It should've been "Water: 14.4 liters"

In which step of the codelab can this issue be found? Step 2.9.

Steps to reproduce? Run the program following the steps and my output is 14.4 liters

Versions IntelliJ IDEA 2024.2.2 (Ultimate Edition)

Additional information None

codelab: kotlin-bootcamp