Solved
Programming
- May 4, 2012
- 2 replies
- 2220 views
On pages 22 and 23, Section 14.1 of this file are calculations for 7 different cases. Each case has a boolean expression to satisfy. I need to create some kind of loop that will start with the expression for case 1 and if that is satisfied return case = case 1. If case 1 doesnt satisfy the expression i need to look at case 2 and if that works return case = case 2 an dif not continue to case 3. I need the loop to follow this logic to find the first expression that is satisfied and return that case or go until it reaches case 7. Any help would be appreciated. Thanks.

