Skip to content

Lasagna exercise type error from th int tip after submitting #931

@AlexDep

Description

@AlexDep

Lasagna exercice, when this function is written liek this :

int elapsedTime(int numberOfLayers, int actualMinutesInOven) {
    // TODO: Calculate and return the total time so far.
    return numberOfLayers * 2 + actualMinutesInOven;
}
image

"Instead of re-caluclating the preparation time in the elapsedTime function, you should use your preparationTime function."

re-caluclating >>>re-calculating

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions