shane transue

4
CSCI-1411 FUNDAMENTALS OF COMPUTING LAB Shane Transue Spring 2014

Upload: devin-huff

Post on 01-Jan-2016

15 views

Category:

Documents


1 download

DESCRIPTION

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 - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Shane Transue

CSCI-1411 FUNDAMENTALS OF COMPUTING LAB

Shane Transue Spring 2014

Page 2: Shane Transue

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

Page 3: Shane Transue

Lab 4: Conditional Statements 4.4 The switch Statement

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

Page 4: Shane Transue

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