Karthon Vanar
Nov 20th, 2004, 11:14:41 AM
A quick question for anyone familiar with structured english.
In Structured English terminology is it okay to use the verbs.
Increase and Decrease if you are forced to make assumptions on a particular value.
So:
If (Condition) then
Increase variable.
Else If (Condition) then
Decrease variable
If not what can I use that's imperative?
I don't know the value to increase or decrease as that's abstracted and part of the assignment to notice. This being the case do increase and decrease fit?
This should be group work but as I know some programming I took one of the two assignments on to my own shoulders thinking it easy :).
I'll stick with my C++ code any day.
In Structured English terminology is it okay to use the verbs.
Increase and Decrease if you are forced to make assumptions on a particular value.
So:
If (Condition) then
Increase variable.
Else If (Condition) then
Decrease variable
If not what can I use that's imperative?
I don't know the value to increase or decrease as that's abstracted and part of the assignment to notice. This being the case do increase and decrease fit?
This should be group work but as I know some programming I took one of the two assignments on to my own shoulders thinking it easy :).
I'll stick with my C++ code any day.