what are the design issues for simple selection structures? choose one or more that apply. group of answer choices what is the form and type of the expression that controls the selection? how are the selectable segments specified? should the loop parameters be evaluated only once, or once for every iteration? how should the meaning of nested selectors be specified? is execution flow through the structure restricted to include just a single selectable segment?