exercism.org/csharp/lucians-luscious-lasagna/HINTS.md

1.7 KiB

Hints

General

  • An integer value can be defined as one or more consecutive digits.

1. Define the expected oven time in minutes

  • You need to define a method without any arguments.
  • You need to return an integer.

2. Calculate the remaining oven time in minutes

3. Calculate the preparation time in minutes

4. Calculate the elapsed time in minutes