A group of students is creating a program to find the surface area of various shapes. Which of the following would be the first step in the ideation stage?(1 point)

Responses

coding functions for each shape
coding functions for each shape

determining the steps for finding surface area
determining the steps for finding surface area

choosing programming constructs
choosing programming constructs

testing that the returned values match expected values

1 answer

The first step in the ideation stage would be determining the steps for finding surface area. This step involves understanding the concepts and formulas for calculating the surface area of different shapes, which is essential before moving on to coding functions or choosing programming constructs.