008-003-006

Method Call Chain: Recipe Steps

Easy

Problem Description

method Call Chain: Recipe Steps

In this problem, you will create a program that calls multiple step methods from the cook method to display recipe steps in order and displays the result to standard output.

Learning Objective: Call other methods from a method

Create a program that displays cooking steps. Call multiple step methods from the cook method to display the recipe.

Input

Line 1: Dish name (string)

Output

Making [dish]
1. Prepare ingredients
2. Start cooking
3. Plate up
Complete!

Ready to Try Running Code?

Log in to access the code editor and execute your solutions for this problem.

Don't have an account?

Sign Up