[Tutor] The remainder %

Alan Gauld alan.gauld@blueyonder.co.uk
Tue Jun 3 17:18:01 2003


> There is really no support in any programming lanugage that I
> know of for mathematics of the sort "What is 575 plus 10%". 


COBOL:

ADD 5 PERCENT TO TOTAL

Or it may have been 

TOTAL = SUMMARY PLUS 5 PERCENT

My COBOL is a little rusty!
And its not ISO standard COBOL only some variants.

Alan G.