40 likes | 178 Views
CSCI-1411 F undamentals o f C omputing L ab. Shane Transue. Spring 2014. Lab 4: Conditional Statements. 4.1 Relational Operators and the if statement initialize.cpp Submit source file after exercise 4 modifications 4.2 if/else if Statements grades.cpp
E N D
CSCI-1411 Fundamentals of Computing Lab Shane Transue Spring 2014
Lab 4: Conditional Statements • 4.1 Relational Operators and the ifstatement • initialize.cpp • Submit source file after exercise 4 modifications • 4.2 if/else if Statements • grades.cpp • Submit source file after exercise 3 modifications • Answer the exercise 3 question • 4.3 Logical Operators • LogicalOp.cpp • Refer to the source code to answer the questions from exercises
Lab 4: Conditional Statements • 4.4 The switchStatement • switch.cpp • Answer the question to exercise 3 • 4.5 Choose one of the available 3 programming assignments to implement • Option 1: Water Bill • waterbill.cpp • Option 2: T-shirt shop • tshirt.cpp • Option 3: Tuition • tuition.cpp • No design document, but should be properly commented
Lab 4: Conditional Statements • Lab-4 Submission: • initialize.cpp • grades.cpp • LogicalOp.cpp • switch.cpp • One of the following: • waterbill.cpp • tshirt.cpp • tuition.cpp