375 B
375 B
Extension Lambdas (#3)
The starter code contains definitions for class Cleanser
and class SprayCleanser
. Write the functions cleanser()
and sprayCleanser()
so the
code in main()
works correctly.
This task doesn't contain automatic tests, so it's always marked as "Correct" when you run "Check". Please compare your solution with the one provided!