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: #137

Open jderijke opened 2 years ago

jderijke commented 2 years ago

Describe the problem Instructions do not match code

In which step of the codelab can this issue be found? Step number 8

change: In buildAquarium(), create a TowerTank with a diameter of 25 cm and a height of 45 cm. Print the size. to: In buildAquarium(), create a TowerTank with a diameter of 25 cm and a height of 40 cm. Print the size.

codelab: kotlin-bootcamp