70 likes | 193 Views
CS-361: Control Structures Week 4. Dr. Jesús Borrego Lead Faculty, COS Regis University. Topics. Homework #3 review Key Terms Chapter 4 (pp. 195-206, 209-223, 225-232) Switch statements Function implementation Sample program Mid-Term Exam. Homework 3 Review.
E N D
CS-361: Control StructuresWeek 4 Dr. Jesús Borrego Lead Faculty, COS Regis University
Topics • Homework #3 review • Key Terms • Chapter 4 (pp. 195-206, 209-223, 225-232) • Switch statements • Function implementation • Sample program • Mid-Term Exam
Homework 3 Review Program 15, page 245 in the textbook Use coding standards Review inputs and outputs Submit Word documentation Submit to WorldClass/Desire to Learn before week 4
Key Terms Compound statements – sentenciascompuestas Nested IF – IF anidado Order of precedence – órden de precedencia Short circuit evaluation – evaluacióncortocircuito
C++ Programming: From Problem Analysis to Program Design, Fifth Edition Chapter 4: Control Structures I (Selection)
Switch statement MenuProgram1 (if) MenuProgram2 (switch) Functions Complete program Repeat execution
MidTerm Take home Must submit by midnight Sunday, September 29, 2013 Submit Word document with answers to questions, source code (CPP) file, and screen captures per the instructions