1 ws-resto pic 9(5).
1 ws-result pic 9(5).
The sentence: divide 142 by 11 giving ws-result remainder ws-resto, Returns 10 in the ws-resto. The correct would not be 9?
managed code
Visual cobol .net 2.3
↧
divide with Remainder
↧