Practice · 1 of 1
Default Arguments
Implement greet(name, greeting="Hello") returning "<greeting>, <name>!", and a two-function overload pair volume(side) / volume(w, h, d) for cube and box.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Multi-File Practice: Contracts on Paper