Exam (elaborations)
CSE 240 Midterm 1 questions and answers
- Course
- Institution
Which constructs do NOT have a loop when expressed in syntax graphs? 1) if-then-else 2) switch(expr) {case value:statements;} 3) for ( <init-expr>; <test-expr>; <increment-expr> ) {<statements>} 4) while (condition) do {statements;} correct answer: 1) if-then else 2) f...
[Show more]