1 / 7

CS-361: Control Structures Week 4

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.

Download Presentation

CS-361: Control Structures Week 4

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CS-361: Control StructuresWeek 4 Dr. Jesús Borrego Lead Faculty, COS Regis University

  2. Topics • Homework #3 review • Key Terms • Chapter 4 (pp. 195-206, 209-223, 225-232) • Switch statements • Function implementation • Sample program • Mid-Term Exam

  3. 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

  4. Key Terms Compound statements – sentenciascompuestas Nested IF – IF anidado Order of precedence – órden de precedencia Short circuit evaluation – evaluacióncortocircuito

  5. C++ Programming: From Problem Analysis to Program Design, Fifth Edition Chapter 4: Control Structures I (Selection)

  6. Switch statement MenuProgram1 (if) MenuProgram2 (switch) Functions Complete program Repeat execution

  7. 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

More Related