Multiple choice A program written for an application generator includes procedural statements. non procedural statements. both (1) & (2) loop statement. Reveal answer Fill a bubble to check yourself C Correct answer Explanation Application generators often allow users to define what the program should do (non-procedural) while also providing hooks or extensions for custom logic (procedural), thus combining both.