google-developer-training / kotlin-bootcamp

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

Kotlin Bootcamp issue: TYPO-Example code has a different value of argument compared with the to-do text #146

Open Heartisan15 opened 2 years ago

Heartisan15 commented 2 years ago

Describe the problem The text for the to-do/sub-step asks the user to create a TowerTank object with a height of 45 cm, but the example code creates the object with a height of 40 cm. In which step of the codelab can this issue be found? Lesson 4: OOP -> Task 6 -> Step 2 -> Sub-step 8

Additional information Image of codelab attached for reference.

image

codelab: kotlin-bootcamp for Programmers: Task 6