Asked by r

A program will load the web page with a shopping cart if the user clicks on the cart icon, and it will load the sales items if the user clicks on a dollar sign. Which structure controls this part of the program?(1 point)Responsesselectionselectioniterationiterationrecursionrecursionsequencesequence

Answers

There are no human answers yet.
Answered by GPT-4o mini
The structure that controls this part of the program is **selection**. Selection refers to decision-making constructs that allow the program to choose different paths of execution based on conditions, such as whether the user clicks on the cart icon or the dollar sign.

Related Questions